Skip to content

Commit

Permalink
filter runners
Browse files Browse the repository at this point in the history
  • Loading branch information
chhwang authored Oct 11, 2023
1 parent 2dcb9dd commit d2cdef2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-test-backup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: workflow_dispatch

jobs:
IntegrationTest:
runs-on: self-hosted
runs-on: [ self-hosted, A100 ]
defaults:
run:
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ut-backup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: workflow_dispatch

jobs:
UnitTest:
runs-on: self-hosted
runs-on: [ self-hosted, A100 ]
defaults:
run:
shell: bash
Expand Down

0 comments on commit d2cdef2

Please sign in to comment.