We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12c06ac commit 1f0de6eCopy full SHA for 1f0de6e
.github/workflows/pr_comment_trigger_self_hosted.yml
@@ -13,7 +13,7 @@ jobs:
13
permissions:
14
contents: read
15
# The type of runner that the job will run on
16
- runs-on: self-hosted
+ runs-on: [self-hosted, linux, x64, gpu]
17
18
if: |
19
github.event.issue.pull_request &&
0 commit comments