Skip to content

Commit

Permalink
Add tag to workflow (#1382)
Browse files Browse the repository at this point in the history
Add anomalib tag to runner + action yaml

---------

Co-authored-by: Ashwin Vaidya <ashwinitinvaidya@gmail.com>
  • Loading branch information
ashwinvaidya17 and Ashwin Vaidya authored Oct 3, 2023
1 parent 76ab6b1 commit 02fd346
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Clean directory
run: |
mkdir -p /tmp/docs_build
cp -r docs/build/html/* /tmp/docs_build/
cp -r docs/build/html/* /tmp/docs_build
rm -rf ./*
cp -r /tmp/docs_build/* ./
rm -rf /tmp/docs_build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
Tox:
runs-on: [self-hosted, linux, x64]
runs-on: [self-hosted, linux, x64, anomalib]
strategy:
max-parallel: 1
if: github.ref == 'refs/heads/main'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pre_merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ concurrency:

jobs:
Code-Quality-Checks:
runs-on: [self-hosted, linux, x64]
runs-on: [self-hosted, linux, x64, anomalib]
steps:
- name: CHECKOUT REPOSITORY
uses: actions/checkout@v2
Expand All @@ -31,7 +31,7 @@ jobs:
- name: Code quality checks
run: tox -e pre-commit
Pre-Merge-Checks:
runs-on: [self-hosted, linux, x64]
runs-on: [self-hosted, linux, x64, anomalib]
needs: Code-Quality-Checks
if: github.event.pull_request.draft == false
strategy:
Expand Down

0 comments on commit 02fd346

Please sign in to comment.