Skip to content

Commit a047f1f

Browse files
sthulbrafaelgsr
authored andcommitted
chore(ci): updates runner names in workflows (aws-powertools#2510)
1 parent afbe8c6 commit a047f1f

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.github/actionlint.yaml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
self-hosted-runner:
22
labels:
3-
- aws-lambda-powertools_ubuntu-latest_4-core
4-
- aws-lambda-powertools_ubuntu-latest_8-core
5-
- aws-lambda-powertools_ubuntu-latest_16-core
3+
- aws-powertools_ubuntu-latest_4-core
4+
- aws-powertools_ubuntu-latest_8-core

.github/workflows/publish_v2_layer.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
id-token: write
5858
pages: none
5959
pull-requests: none
60-
runs-on: aws-lambda-powertools_ubuntu-latest_8-core
60+
runs-on: aws-powertools_ubuntu-latest_8-core
6161
defaults:
6262
run:
6363
working-directory: ./layer

.github/workflows/run-e2e-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ concurrency: e2e
3737

3838
jobs:
3939
run:
40-
runs-on: aws-lambda-powertools_ubuntu-latest_8-core
40+
runs-on: aws-powertools_ubuntu-latest_8-core
4141
permissions:
4242
id-token: write # needed to request JWT with GitHub's OIDC Token endpoint. docs: https://bit.ly/3MNgQO9
4343
contents: read # checkout code

0 commit comments

Comments
 (0)