Skip to content

Commit 1bb807f

Browse files
committed
SONAR-25652 try private runner for openshift
1 parent de40903 commit 1bb807f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
concurrency:
117117
group: ${{ github.workflow }}-sonarqube-openshift-${{ github.event.pull_request.number || github.ref }}
118118
cancel-in-progress: ${{ github.ref_name != github.event.repository.default_branch }}
119-
runs-on: ubuntu-24.04-large
119+
runs-on: sonar-runner
120120
name: SonarQube OpenShift Test
121121
permissions:
122122
id-token: write
@@ -189,7 +189,7 @@ jobs:
189189
concurrency:
190190
group: ${{ github.workflow }}-sonarqube-dce-openshift-${{ github.event.pull_request.number || github.ref }}
191191
cancel-in-progress: ${{ github.ref_name != github.event.repository.default_branch }}
192-
runs-on: ubuntu-24.04-large
192+
runs-on: sonar-runner
193193
name: SonarQube DCE OpenShift Test
194194
permissions:
195195
id-token: write

0 commit comments

Comments
 (0)