File tree Expand file tree Collapse file tree 4 files changed +11
-1
lines changed
Expand file tree Collapse file tree 4 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1010 - v*
1111 schedule :
1212 - cron : 2 2 * * *
13+ concurrency :
14+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
15+ cancel-in-progress : true
1316jobs :
1417 govulncheck :
1518 runs-on : ubuntu-22.04
Original file line number Diff line number Diff line change 66 push :
77 branches :
88 - master
9+ concurrency :
10+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
11+ cancel-in-progress : true
912env :
1013 SHA : ${{ github.event_name == 'push' && github.sha || github.event.pull_request.head.sha }}
1114jobs :
Original file line number Diff line number Diff line change @@ -10,7 +10,8 @@ permissions:
1010 pull-requests : write
1111
1212concurrency :
13- group : lock-threads
13+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
14+ cancel-in-progress : true
1415
1516jobs :
1617 action :
Original file line number Diff line number Diff line change 1010 - v*
1111 schedule :
1212 - cron : 32 2 * * *
13+ concurrency :
14+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
15+ cancel-in-progress : true
1316env :
1417 ACTIONLINT_VERSION : 1.7.3 # https://github.com/rhysd/actionlint/releases
1518 AGE_VERSION : 1.2.0 # https://github.com/FiloSottile/age/releases
You can’t perform that action at this time.
0 commit comments