We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 540cb4b commit b2dd99aCopy full SHA for b2dd99a
.github/actionlint.yaml
@@ -0,0 +1,5 @@
1
+self-hosted-runner:
2
+ 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
.github/workflows/run-e2e-tests.yml
@@ -21,7 +21,7 @@ env:
21
22
jobs:
23
run:
24
- runs-on: ubuntu-latest
+ runs-on: aws-lambda-powertools_ubuntu-latest_16-core
25
permissions:
26
id-token: write # needed to request JWT with GitHub's OIDC Token endpoint. docs: https://bit.ly/3MNgQO9
27
contents: read
0 commit comments