File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 - ' README.md'
3030 - ' RELEASE_NOTES'
3131
32+ concurrency :
33+ group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
34+ cancel-in-progress : true
35+
3236jobs :
3337 mingw :
3438 runs-on : ubuntu-24.04
Original file line number Diff line number Diff line change 55 workflows : [build]
66 types : [completed]
77
8+ concurrency :
9+ group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
10+ cancel-in-progress : true
11+
812jobs :
913 cache :
1014 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 55 workflows : [build]
66 types : [completed]
77
8+ concurrency :
9+ group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
10+ cancel-in-progress : true
11+
812jobs :
913 pr_comment :
1014 if : github.event.workflow_run.event == 'pull_request' &&
Original file line number Diff line number Diff line change 1313 paths :
1414 - ' DOCS/**'
1515
16+ concurrency :
17+ group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
18+ cancel-in-progress : true
19+
1620jobs :
1721 check-docs :
1822 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 1212 - ' Copyright'
1313 - ' README.md'
1414 - ' RELEASE_NOTES'
15+ concurrency :
16+ group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
17+ cancel-in-progress : true
1518permissions : {}
1619jobs :
1720 Fuzzing :
Original file line number Diff line number Diff line change 99 pull_request :
1010 branches : [master]
1111
12+ concurrency :
13+ group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
14+ cancel-in-progress : true
15+
1216jobs :
1317 commit-msg :
1418 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments