[CI] Added A10 tag to disambiguate self-hosted runners (#652)

This commit is contained in:
Philippe Tillet
2022-09-14 13:08:01 -07:00
committed by GitHub
parent 16aed94ff5
commit c14dff2190

View File

@@ -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: