Skip to content

Commit a67d511

Browse files
authored
Upgraded runner used for publishing (#136)
1 parent c4b740c commit a67d511

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/reusable_on_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ on:
7474
jobs:
7575
publish-to-s3:
7676
name: Send release assets to S3
77-
runs-on: ubuntu-latest
77+
runs-on: ubuntu-latest-4-cores
7878
steps:
7979
- name: Publish to S3 action
8080
uses: newrelic/infrastructure-publish-action@v1

.github/workflows/reusable_pre_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ jobs:
214214
# Currently behavior of GHA skips the job if any 'needs' is skipped(Windows tests disabled), so the next condition is needed.
215215
# Runs always that 'needs' finishes if they are not cancelled nor failed
216216
if: ${{ always() && !cancelled() && !failure() }}
217-
runs-on: ubuntu-latest
217+
runs-on: ubuntu-latest-4-cores
218218
steps:
219219
- name: Publish to S3 action
220220
uses: newrelic/infrastructure-publish-action@v1

0 commit comments

Comments
 (0)