File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 9
9
# Cancels all previous workflow runs for the same branch that have not yet completed.
10
10
concurrency :
11
11
# The concurrency group contains the workflow name and the branch name.
12
- group : ${{ github.workflow }}-${{ github.head_ref }}
12
+ group : ${{ github.workflow }}-${{ github.ref }}
13
13
cancel-in-progress : true
14
14
15
15
jobs :
Original file line number Diff line number Diff line change 12
12
# Cancels all previous workflow runs for the same branch that have not yet completed.
13
13
concurrency :
14
14
# The concurrency group contains the workflow name and the branch name.
15
- group : ${{ github.workflow }}-${{ github.head_ref }}
15
+ group : ${{ github.workflow }}-${{ github.ref }}
16
16
cancel-in-progress : true
17
17
18
18
Original file line number Diff line number Diff line change 9
9
# Cancels all previous workflow runs for the same branch that have not yet completed.
10
10
concurrency :
11
11
# The concurrency group contains the workflow name and the branch name.
12
- group : ${{ github.workflow }}-${{ github.head_ref }}
12
+ group : ${{ github.workflow }}-${{ github.ref }}
13
13
cancel-in-progress : true
14
14
15
15
jobs :
You can’t perform that action at this time.
0 commit comments