File tree Expand file tree Collapse file tree 9 files changed +36
-0
lines changed
Expand file tree Collapse file tree 9 files changed +36
-0
lines changed Original file line number Diff line number Diff line change 1414 - ' **.php'
1515 - .github/workflows/test-autoreview.yml
1616
17+ concurrency :
18+ group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
19+ cancel-in-progress : true
20+
1721jobs :
1822 auto-review-tests :
1923 name : Automatic Code Review
Original file line number Diff line number Diff line change 1212 - ' spark'
1313 - ' .github/workflows/test-coding-standards.yml'
1414
15+ concurrency :
16+ group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
17+ cancel-in-progress : true
18+
1519jobs :
1620 lint :
1721 name : PHP ${{ matrix.php-version }} Lint with PHP CS Fixer
Original file line number Diff line number Diff line change 2424 - ' depfile.yaml'
2525 - ' .github/workflows/test-deptrac.yml'
2626
27+ concurrency :
28+ group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
29+ cancel-in-progress : true
30+
2731jobs :
2832 build :
2933 name : Architectural Inspection
Original file line number Diff line number Diff line change 2323 - ' system/**.php'
2424 - ' .github/workflows/test-phpcpd.yml'
2525
26+ concurrency :
27+ group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
28+ cancel-in-progress : true
29+
2630jobs :
2731 build :
2832 name : Duplicate Code Detection
Original file line number Diff line number Diff line change 2727 - ' **.neon.dist'
2828 - ' .github/workflows/test-phpstan.yml'
2929
30+ concurrency :
31+ group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
32+ cancel-in-progress : true
33+
3034jobs :
3135 build :
3236 name : PHP ${{ matrix.php-versions }} Static Analysis
Original file line number Diff line number Diff line change 2727 - phpunit.xml.dist
2828 - .github/workflows/test-phpunit.yml
2929
30+ concurrency :
31+ group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
32+ cancel-in-progress : true
33+
3034jobs :
3135 tests :
3236 name : PHP ${{ matrix.php-versions }} - ${{ matrix.db-platforms }}
Original file line number Diff line number Diff line change 2929 - composer.json
3030 - rector.php
3131
32+ concurrency :
33+ group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
34+ cancel-in-progress : true
35+
3236jobs :
3337 build :
3438 name : PHP ${{ matrix.php-versions }} Analyze code (Rector) on ${{ matrix.paths }}
Original file line number Diff line number Diff line change 1919 - ' **.css'
2020 - ' .github/workflows/test-scss.yml'
2121
22+ concurrency :
23+ group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
24+ cancel-in-progress : true
25+
2226jobs :
2327 build :
2428 name : Compilation of SCSS (Dart Sass)
Original file line number Diff line number Diff line change 1010 - ' user_guide_src/**'
1111 - ' .github/workflows/test-userguide.yml'
1212
13+ concurrency :
14+ group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
15+ cancel-in-progress : true
16+
1317jobs :
1418 syntax_check :
1519 name : Check User Guide syntax
You can’t perform that action at this time.
0 commit comments