File tree Expand file tree Collapse file tree 4 files changed +20
-0
lines changed Expand file tree Collapse file tree 4 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 44 push :
55 branches : [master]
66
7+ # Allow one concurrent deployment
8+ concurrency :
9+ group : ${{ github.workflow }}-${{ github.ref }}
10+ cancel-in-progress : true
11+
712jobs :
813 deploy-docs :
914 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 66 pull_request :
77 branches : [master]
88
9+ # Allow one concurrent deployment
10+ concurrency :
11+ group : ${{ github.workflow }}-${{ github.ref }}
12+ cancel-in-progress : true
13+
914jobs :
1015 build-and-lint :
1116 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -7,6 +7,11 @@ permissions:
77 contents : write
88 pull-requests : write
99
10+ # Allow one concurrent deployment
11+ concurrency :
12+ group : ${{ github.workflow }}-${{ github.ref }}
13+ cancel-in-progress : true
14+
1015jobs :
1116 format :
1217 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -15,6 +15,11 @@ permissions:
1515 issues : write
1616 pull-requests : write
1717
18+ # Allow one concurrent deployment
19+ concurrency :
20+ group : ${{ github.workflow }}-${{ github.ref }}
21+ cancel-in-progress : true
22+
1823jobs :
1924 build-resources-with-pandoc :
2025 if : github.repository == 'future-architect/coding-standards'
You can’t perform that action at this time.
0 commit comments