File tree Expand file tree Collapse file tree 6 files changed +24
-0
lines changed Expand file tree Collapse file tree 6 files changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,10 @@ name: badwords
1515 branches :
1616 - master
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 @@ -12,6 +12,10 @@ name: codespell
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: make
1515 branches :
1616 - master
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 @@ -15,6 +15,10 @@ name: perlcheck
1515 branches :
1616 - master
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 @@ -26,6 +26,10 @@ name: pyspelling
2626 - ' **/pyspelling.yaml'
2727 - ' **/wordlist.txt'
2828
29+ concurrency :
30+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
31+ cancel-in-progress : true
32+
2933permissions : {}
3034
3135jobs :
Original file line number Diff line number Diff line change @@ -12,6 +12,10 @@ name: typos
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 :
You can’t perform that action at this time.
0 commit comments