File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,6 +8,10 @@ defaults:
88 run :
99 shell : bash
1010
11+ concurrency :
12+ group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
13+ cancel-in-progress : true
14+
1115jobs :
1216
1317 tests :
Original file line number Diff line number Diff line change @@ -12,6 +12,10 @@ defaults:
1212 run :
1313 shell : bash
1414
15+ concurrency :
16+ group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
17+ cancel-in-progress : true
18+
1519jobs :
1620 tests :
1721 name : Tests
Original file line number Diff line number Diff line change @@ -12,6 +12,10 @@ defaults:
1212 run :
1313 shell : bash
1414
15+ concurrency :
16+ group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
17+ cancel-in-progress : true
18+
1519jobs :
1620 lint :
1721 name : Lint
Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ defaults:
77 run :
88 shell : bash
99
10+ concurrency :
11+ group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
12+ cancel-in-progress : true
13+
1014jobs :
1115 psalm :
1216 name : Psalm
Original file line number Diff line number Diff line change @@ -8,6 +8,10 @@ defaults:
88 run :
99 shell : bash
1010
11+ concurrency :
12+ group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
13+ cancel-in-progress : true
14+
1115jobs :
1216
1317 tests :
You can’t perform that action at this time.
0 commit comments