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 99 push :
1010 paths : *paths
1111
12+ concurrency :
13+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
14+ cancel-in-progress : true
15+
1216jobs :
1317 roave_bc_check :
1418 name : " Roave BC Check"
Original file line number Diff line number Diff line change 1111 - composer.json
1212 - phpbench.json
1313
14+ concurrency :
15+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
16+ cancel-in-progress : true
17+
1418jobs :
1519 run :
1620 name : " Benchmarks ${{ matrix.database }} - ${{ matrix.with-dama && 'with Dama' || 'without Dama' }}"
Original file line number Diff line number Diff line change 1010 - utils/**
1111 - .php-cs-fixer.dist.php
1212
13+ concurrency :
14+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
15+ cancel-in-progress : true
16+
1317jobs :
1418 fixcs :
1519 name : Run php-cs-fixer
Original file line number Diff line number Diff line change 88 pull_request :
99 paths : *paths
1010
11+ concurrency :
12+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
13+ cancel-in-progress : true
14+
1115jobs :
1216 lint-docs :
1317 name : Lint Documentation
Original file line number Diff line number Diff line change 1818 schedule :
1919 - cron : ' 0 0 1,16 * *'
2020
21+ concurrency :
22+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
23+ cancel-in-progress : true
24+
2125jobs :
2226 phpstan :
2327 name : PhpStan
Original file line number Diff line number Diff line change 1010 schedule :
1111 - cron : ' 0 0 1,16 * *'
1212
13+ concurrency :
14+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
15+ cancel-in-progress : true
16+
1317jobs :
1418 test-rector-rules :
1519 name : Test rector rules
You can’t perform that action at this time.
0 commit comments