From c14dff2190ae27da9d683a63ce88cececc7c876a Mon Sep 17 00:00:00 2001 From: Philippe Tillet Date: Wed, 14 Sep 2022 13:08:01 -0700 Subject: [PATCH] [CI] Added A10 tag to disambiguate self-hosted runners (#652) --- .github/workflows/integration-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 82f536582..0727bf420 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -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: