Skip to content

Commit 2963244

Browse files
authored
BUILD-8875: Migrate to standardized GitHub runner names (#36)
1 parent b580d94 commit 2963244

11 files changed

+11
-11
lines changed

.github/workflows/PrepareNextIteration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
Next-Iteration-Job:
1212
name: Next Iteration Job
13-
runs-on: ubuntu-latest-large
13+
runs-on: github-ubuntu-latest-s
1414
permissions:
1515
pull-requests: write
1616
contents: write

.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
PullRequestMerged_job:
99
name: Pull Request Merged
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/ToggleLockBranch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
ToggleLockBranch_job:
88
name: Toggle lock branch
9-
runs-on: ubuntu-latest-large
9+
runs-on: github-ubuntu-latest-s
1010
permissions:
1111
id-token: write
1212
steps:

.github/workflows/UpdateRuleMetadata.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ env:
88
jobs:
99
UpdateRuleMetadata_job:
1010
name: Update Rule Metadata
11-
runs-on: ubuntu-latest-large
11+
runs-on: github-ubuntu-latest-s
1212
permissions:
1313
pull-requests: write
1414
contents: write

.github/workflows/dogfood.yml

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

1313
jobs:
1414
dogfood_merge:
15-
runs-on: ubuntu-latest-large
15+
runs-on: github-ubuntu-latest-s
1616
name: Update dogfood branch
1717
permissions:
1818
id-token: write # required for SonarSource/vault-action-wrapper

.github/workflows/mark-prs-stale.yml

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

77
jobs:
88
stale:
9-
runs-on: ubuntu-latest-large
9+
runs-on: github-ubuntu-latest-s
1010
permissions:
1111
issues: write
1212
pull-requests: write

.github/workflows/releasability.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
releasability-job:
1313
name: Releasability check
14-
runs-on: ubuntu-latest-large
14+
runs-on: github-ubuntu-latest-s
1515
permissions:
1616
id-token: write # required by SonarSource/vault-action-wrapper
1717
contents: read # required by checkout

0 commit comments

Comments
 (0)