Skip to content

chore(ci): updates runner names in workflows #2510

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .github/actionlint.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
self-hosted-runner:
labels:
- aws-lambda-powertools_ubuntu-latest_4-core
- aws-lambda-powertools_ubuntu-latest_8-core
- aws-lambda-powertools_ubuntu-latest_16-core
- aws-powertools_ubuntu-latest_4-core
- aws-powertools_ubuntu-latest_8-core
2 changes: 1 addition & 1 deletion .github/workflows/publish_v2_layer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
id-token: write
pages: none
pull-requests: none
runs-on: aws-lambda-powertools_ubuntu-latest_8-core
runs-on: aws-powertools_ubuntu-latest_8-core
defaults:
run:
working-directory: ./layer
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ concurrency: e2e

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