[CI] Added A10 tag to disambiguate self-hosted runners (#652)
This commit is contained in:
4
.github/workflows/integration-tests.yml
vendored
4
.github/workflows/integration-tests.yml
vendored
@@ -4,13 +4,13 @@ on:
|
||||
workflow_dispatch:
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
- triton-mlir
|
||||
|
||||
jobs:
|
||||
|
||||
Integration-Tests:
|
||||
|
||||
runs-on: self-hosted
|
||||
runs-on: [self-hosted, A10]
|
||||
|
||||
steps:
|
||||
|
||||
|
Reference in New Issue
Block a user