We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1056c2c + ede8e6d commit ecb369eCopy full SHA for ecb369e
.github/workflows/PSDB-amd-mainline.yml
@@ -12,7 +12,8 @@ jobs:
12
# This workflow contains a single job called "invoke_jenkins_PSDB"
13
invoke_jenkins_PSDB:
14
if: github.event.pull_request.draft == false
15
- runs-on: self-hosted
+ runs-on:
16
+ group: compiler-generic-runners
17
env:
18
svc_acc_org_secret: ${{secrets.CI_GITHUB_TOKEN}}
19
input_sha: ${{ github.event.pull_request.head.sha != '' && github.event.pull_request.head.sha || github.sha }}
0 commit comments