File tree Expand file tree Collapse file tree 4 files changed +24
-0
lines changed Expand file tree Collapse file tree 4 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 55 branches :
66 - master
77
8+ # Cancels all previous workflow runs for the same branch that have not yet completed.
9+ concurrency :
10+ # The concurrency group contains the workflow name and the branch name.
11+ group : ${{ github.workflow }}-${{ github.ref }}
12+ cancel-in-progress : true
13+
814jobs :
915 check-prs :
1016 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 1010 # Allow manually triggering the workflow.
1111 workflow_dispatch :
1212
13+ # Cancels all previous workflow runs for the same branch that have not yet completed.
14+ concurrency :
15+ # The concurrency group contains the workflow name and the branch name.
16+ group : ${{ github.workflow }}-${{ github.ref }}
17+ cancel-in-progress : true
18+
1319jobs :
1420 phpstan :
1521 name : " PHP: 7.4 | PHPStan"
Original file line number Diff line number Diff line change 1010 # Allow manually triggering the workflow.
1111 workflow_dispatch :
1212
13+ # Cancels all previous workflow runs for the same branch that have not yet completed.
14+ concurrency :
15+ # The concurrency group contains the workflow name and the branch name.
16+ group : ${{ github.workflow }}-${{ github.ref }}
17+ cancel-in-progress : true
18+
1319jobs :
1420 build :
1521 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 1010 # Allow manually triggering the workflow.
1111 workflow_dispatch :
1212
13+ # Cancels all previous workflow runs for the same branch that have not yet completed.
14+ concurrency :
15+ # The concurrency group contains the workflow name and the branch name.
16+ group : ${{ github.workflow }}-${{ github.ref }}
17+ cancel-in-progress : true
18+
1319jobs :
1420 checkxml :
1521 name : Check XML files
You can’t perform that action at this time.
0 commit comments