Skip to content

Commit ecb369e

Browse files
authored
enforce compiler github action runners for psdb trigger
2 parents 1056c2c + ede8e6d commit ecb369e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/PSDB-amd-mainline.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)