File tree 3 files changed +4
-5
lines changed
3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
1
self-hosted-runner :
2
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
3
+ - aws-powertools_ubuntu-latest_4-core
4
+ - aws-powertools_ubuntu-latest_8-core
Original file line number Diff line number Diff line change 57
57
id-token : write
58
58
pages : none
59
59
pull-requests : none
60
- runs-on : aws-lambda- powertools_ubuntu-latest_8-core
60
+ runs-on : aws-powertools_ubuntu-latest_8-core
61
61
defaults :
62
62
run :
63
63
working-directory : ./layer
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ concurrency: e2e
37
37
38
38
jobs :
39
39
run :
40
- runs-on : aws-lambda- powertools_ubuntu-latest_8-core
40
+ runs-on : aws-powertools_ubuntu-latest_8-core
41
41
permissions :
42
42
id-token : write # needed to request JWT with GitHub's OIDC Token endpoint. docs: https://bit.ly/3MNgQO9
43
43
contents : read # checkout code
You can’t perform that action at this time.
0 commit comments