Skip to content

Commit 054fbfa

Browse files
authored
run github actions on compiler-generic-runners group (llvm#2408)
2 parents 70c29de + 386a626 commit 054fbfa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/PSDB-amd-staging.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ jobs:
1212
# This workflow contains a single job called "invoke_jenkins_PSDB"
1313
invoke_jenkins_PSDB:
1414
if: github.event.pull_request.draft == false
15-
runs-on: self-hosted
15+
runs-on:
16+
group: compiler-generic-runners
1617
env:
1718
svc_acc_org_secret: ${{secrets.CI_GITHUB_TOKEN}}
1819
input_sha: ${{ github.event.pull_request.head.sha != '' && github.event.pull_request.head.sha || github.sha }}

0 commit comments

Comments
 (0)