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 6
6
branches :
7
7
- master
8
8
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
+
9
15
jobs :
10
16
11
17
lint : # -----------------------------------------------------------------------
Original file line number Diff line number Diff line change 8
8
paths-ignore :
9
9
- ' features/**'
10
10
- ' 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
+
11
18
12
19
jobs :
13
20
Original file line number Diff line number Diff line change 6
6
branches :
7
7
- master
8
8
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
+
9
15
jobs :
10
16
11
17
unit : # -----------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments