File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 88 branches : [ main ]
99 workflow_dispatch :
1010
11+ permissions :
12+ id-token : write
13+ contents : read
14+
1115jobs :
1216 build :
13- runs-on : [self-hosted, project-awsaws-lambda-nodejs-runtime-interface-client]
17+ runs-on : codebuild-containerized-test-runner-for-aws-lambda-${{ github.run_id }}-${{ github.run_attempt }}
1418 timeout-minutes : 15
1519 outputs :
1620 version : ${{ steps.version.outputs.version }}
5761 retention-days : 30
5862
5963 test :
60- runs-on : [self-hosted, project-awsaws-lambda-nodejs-runtime-interface-client]
64+ runs-on : codebuild-containerized-test-runner-for-aws-lambda-${{ github.run_id }}-${{ github.run_attempt }}
6165 needs : [build]
6266 strategy :
6367 matrix :
7276
7377 publish :
7478 if : startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/fabisev/artifact-publishing'
75- runs-on : [self-hosted, project-awsaws-lambda-nodejs-runtime-interface-client]
79+ runs-on : codebuild-containerized-test-runner-for-aws-lambda-${{ github.run_id }}-${{ github.run_attempt }}
7680 needs : [build, test]
7781 permissions :
7882 contents : write
You can’t perform that action at this time.
0 commit comments