File tree Expand file tree Collapse file tree 3 files changed +12
-0
lines changed
Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,10 @@ name: 'Build'
1212 branches :
1313 - master
1414
15+ concurrency :
16+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
17+ cancel-in-progress : true
18+
1519permissions : {}
1620
1721jobs :
Original file line number Diff line number Diff line change @@ -15,6 +15,10 @@ name: 'CodeQL'
1515 schedule :
1616 - cron : ' 0 0 * * 4'
1717
18+ concurrency :
19+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
20+ cancel-in-progress : true
21+
1822permissions : {}
1923
2024jobs :
Original file line number Diff line number Diff line change @@ -11,6 +11,10 @@ name: curl-for-win
1111 branches :
1212 - master
1313
14+ concurrency :
15+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
16+ cancel-in-progress : true
17+
1418permissions : {}
1519
1620env :
You can’t perform that action at this time.
0 commit comments