[CI] Added V100 tag to disambiguate self-hosted runners (#653)
This commit is contained in:
3
.github/workflows/integration-tests.yml
vendored
3
.github/workflows/integration-tests.yml
vendored
@@ -5,14 +5,13 @@ on:
|
|||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
- v2.0
|
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
Integration-Tests:
|
Integration-Tests:
|
||||||
|
|
||||||
runs-on: self-hosted
|
runs-on: [self-hosted, V100]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user