From cfbbc7b43a685026ef35285ab2a07833462e2e01 Mon Sep 17 00:00:00 2001 From: Philippe Tillet Date: Wed, 14 Sep 2022 13:47:50 -0700 Subject: [PATCH] [CI] Added V100 tag to disambiguate self-hosted runners (#653) --- .github/workflows/integration-tests.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index f78091568..8d9ec237f 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -5,14 +5,13 @@ on: pull_request: branches: - master - - v2.0 jobs: Integration-Tests: - runs-on: self-hosted + runs-on: [self-hosted, V100] steps: