Skip to content
This repository was archived by the owner on Oct 22, 2025. It is now read-only.

Commit ba3875e

Browse files
authored
BUILD-8875 Migrate to standardized GitHub runner names (#108)
1 parent 13a24e4 commit ba3875e

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.github/workflows/PullRequestClosed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
PullRequestClosed_job:
99
name: Pull Request Closed
10-
runs-on: ubuntu-latest-large
10+
runs-on: github-ubuntu-latest-s
1111
permissions:
1212
id-token: write
1313
pull-requests: read

.github/workflows/PullRequestCreated.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
PullRequestCreated_job:
99
name: Pull Request Created
10-
runs-on: ubuntu-latest-large
10+
runs-on: github-ubuntu-latest-s
1111
permissions:
1212
id-token: write
1313
# For external PR, ticket should be created manually

.github/workflows/RequestReview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
RequestReview_job:
99
name: Request review
10-
runs-on: ubuntu-latest-large
10+
runs-on: github-ubuntu-latest-s
1111
permissions:
1212
id-token: write
1313
# For external PR, ticket should be moved manually

.github/workflows/SubmitReview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
SubmitReview_job:
99
name: Submit Review
10-
runs-on: ubuntu-latest-large
10+
runs-on: github-ubuntu-latest-s
1111
permissions:
1212
id-token: write
1313
pull-requests: read

.github/workflows/qa.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
scannerVersionTest:
5555
name: >
5656
'scannerVersion' input
57-
runs-on: ubuntu-latest-large # assumes default RUNNER_ARCH for linux is X64
57+
runs-on: github-ubuntu-latest-s # assumes default RUNNER_ARCH for linux is X64
5858
steps:
5959
- uses: actions/checkout@v4
6060
with:
@@ -74,7 +74,7 @@ jobs:
7474
scannerBinariesUrlTest:
7575
name: >
7676
'scannerBinariesUrl' input with invalid URL
77-
runs-on: ubuntu-latest-large # assumes default RUNNER_ARCH for linux is X64
77+
runs-on: github-ubuntu-latest-s # assumes default RUNNER_ARCH for linux is X64
7878
steps:
7979
- uses: actions/checkout@v4
8080
with:

.github/workflows/update-tags.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
generate:
10-
runs-on: ubuntu-latest-large
10+
runs-on: github-ubuntu-latest-s
1111
permissions:
1212
contents: write
1313

0 commit comments

Comments
 (0)