File tree Expand file tree Collapse file tree 4 files changed +16
-0
lines changed
Expand file tree Collapse file tree 4 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 1818permissions :
1919 contents : read
2020
21+ concurrency :
22+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
23+ cancel-in-progress : true
24+
2125jobs :
2226 bc-checks :
2327 name : Backward Compatibility Check
Original file line number Diff line number Diff line change 2323permissions :
2424 contents : read
2525
26+ concurrency :
27+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
28+ cancel-in-progress : true
29+
2630jobs :
2731 links :
2832 name : Check Links
Original file line number Diff line number Diff line change 2121permissions :
2222 contents : read
2323
24+ concurrency :
25+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
26+ cancel-in-progress : true
27+
2428jobs :
2529 phpstan :
2630 name : " PHPStan (PHP ${{ matrix.php }})"
Original file line number Diff line number Diff line change 2121permissions :
2222 contents : read
2323
24+ concurrency :
25+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
26+ cancel-in-progress : true
27+
2428jobs :
2529 tests :
2630 name : " PHP ${{ matrix.php }}, ${{ matrix.dependencies }} deps"
You can’t perform that action at this time.
0 commit comments