Skip to content

Commit 1f0de6e

Browse files
authored
set tag for gpu runners
1 parent 12c06ac commit 1f0de6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr_comment_trigger_self_hosted.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
permissions:
1414
contents: read
1515
# The type of runner that the job will run on
16-
runs-on: self-hosted
16+
runs-on: [self-hosted, linux, x64, gpu]
1717

1818
if: |
1919
github.event.issue.pull_request &&

0 commit comments

Comments
 (0)