File tree Expand file tree Collapse file tree 3 files changed +19
-0
lines changed
Expand file tree Collapse file tree 3 files changed +19
-0
lines changed Original file line number Diff line number Diff line change 66 branches :
77 - master
88
9+ # Cancels all previous workflow runs for the same branch that have not yet completed.
10+ concurrency :
11+ # The concurrency group contains the workflow name and the branch name.
12+ group : ${{ github.workflow }}-${{ github.head_ref }}
13+ cancel-in-progress : true
14+
915jobs :
1016
1117 lint : # -----------------------------------------------------------------------
Original file line number Diff line number Diff line change 88 paths-ignore :
99 - ' features/**'
1010 - ' README.md'
11+
12+ # Cancels all previous workflow runs for the same branch that have not yet completed.
13+ concurrency :
14+ # The concurrency group contains the workflow name and the branch name.
15+ group : ${{ github.workflow }}-${{ github.head_ref }}
16+ cancel-in-progress : true
17+
1118
1219jobs :
1320
Original file line number Diff line number Diff line change 66 branches :
77 - master
88
9+ # Cancels all previous workflow runs for the same branch that have not yet completed.
10+ concurrency :
11+ # The concurrency group contains the workflow name and the branch name.
12+ group : ${{ github.workflow }}-${{ github.head_ref }}
13+ cancel-in-progress : true
14+
915jobs :
1016
1117 unit : # -----------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments