File tree 4 files changed +8
-3
lines changed
4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change 32
32
build-layer :
33
33
permissions :
34
34
contents : read
35
- runs-on : ubuntu-latest
35
+ runs-on : aws-lambda-powertools_ubuntu-latest_8-core
36
36
defaults :
37
37
run :
38
38
working-directory : ./layer
Original file line number Diff line number Diff line change 49
49
jobs :
50
50
release :
51
51
environment : release
52
- runs-on : ubuntu-latest
52
+ runs-on : aws-lambda-powertools_ubuntu-latest_4-core
53
53
permissions :
54
54
contents : write
55
55
outputs :
Original file line number Diff line number Diff line change 21
21
22
22
jobs :
23
23
run :
24
- runs-on : ubuntu-latest
24
+ runs-on : aws-lambda-powertools_ubuntu-latest_8-core
25
25
permissions :
26
26
id-token : write # needed to request JWT with GitHub's OIDC Token endpoint. docs: https://bit.ly/3MNgQO9
27
27
contents : read
You can’t perform that action at this time.
0 commit comments