[CI] Added V100 tag to disambiguate self-hosted runners (#653)

This commit is contained in:
Philippe Tillet
2022-09-14 13:47:50 -07:00
committed by GitHub
parent 59a8e25f43
commit cfbbc7b43a

View File

@@ -5,14 +5,13 @@ on:
pull_request:
branches:
- master
- v2.0
jobs:
Integration-Tests:
runs-on: self-hosted
runs-on: [self-hosted, V100]
steps: