Skip to content

Commit 5fab865

Browse files
authored
BUILD-8875: Migrate to standardized GitHub runner names (#1468)
1 parent a978e72 commit 5fab865

10 files changed

+10
-10
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
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
@@ -7,7 +7,7 @@ on:
77
jobs:
88
ToggleLockBranch_job:
99
name: Toggle lock branch
10-
runs-on: ubuntu-latest-large
10+
runs-on: github-ubuntu-latest-s
1111
permissions:
1212
id-token: write
1313
steps:

.github/workflows/bump-versions.yaml

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

1616
jobs:
1717
bump-version:
18-
runs-on: ubuntu-latest-large
18+
runs-on: github-ubuntu-latest-s
1919
permissions:
2020
contents: write # write for peter-evans/create-pull-request, read for actions/checkout
2121
pull-requests: write # write for peter-evans/create-pull-request

.github/workflows/mark-stale-pull-requests.yml

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

66
jobs:
77
stale:
8-
runs-on: ubuntu-latest-large
8+
runs-on: github-ubuntu-latest-s
99
permissions:
1010
issues: write
1111
pull-requests: write

.github/workflows/releasability-status.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Releasability status
55
- completed
66
jobs:
77
update_releasability_status:
8-
runs-on: ubuntu-latest-large
8+
runs-on: github-ubuntu-latest-s
99
name: Releasability status
1010
permissions:
1111
id-token: write

.github/workflows/rule-metadata-update.yml

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

55
jobs:
66
rule-metadata-update:
7-
runs-on: ubuntu-latest-large
7+
runs-on: github-ubuntu-latest-s
88
permissions:
99
id-token: write # required by SonarSource/vault-action-wrapper
1010
contents: write # write for peter-evans/create-pull-request, read for actions/checkout

.github/workflows/slack-notify.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
slack-notifications:
1515
if: >-
1616
contains(fromJSON('["main", "master"]'), github.event.check_suite.head_branch) || startsWith(github.event.check_suite.head_branch, 'dogfood-') || startsWith(github.event.check_suite.head_branch, 'branch-')
17-
runs-on: ubuntu-latest-large
17+
runs-on: github-ubuntu-latest-s
1818
steps:
1919
- name: Send Slack Notification
2020
env:

0 commit comments

Comments
 (0)