Skip to content

Commit dee6a72

Browse files
authored
BUILD-8073 Migrate public repositories workflows to large runners (#235)
1 parent 6ddc8e4 commit dee6a72

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
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
10+
runs-on: ubuntu-latest-large
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
10+
runs-on: ubuntu-latest-large
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
10+
runs-on: ubuntu-latest-large
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
10+
runs-on: ubuntu-latest-large
1111
permissions:
1212
id-token: write
1313
pull-requests: read

.github/workflows/releasability.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name: Releasability status
77
- completed
88
jobs:
99
update_releasability_status:
10-
runs-on: ubuntu-latest
10+
runs-on: ubuntu-latest-large
1111
name: Releasability status
1212
permissions:
1313
id-token: write

0 commit comments

Comments
 (0)