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 99# Cancels all previous workflow runs for the same branch that have not yet completed.
1010concurrency :
1111 # The concurrency group contains the workflow name and the branch name.
12- group : ${{ github.workflow }}-${{ github.head_ref }}
12+ group : ${{ github.workflow }}-${{ github.ref }}
1313 cancel-in-progress : true
1414
1515jobs :
Original file line number Diff line number Diff line change 1212# Cancels all previous workflow runs for the same branch that have not yet completed.
1313concurrency :
1414 # The concurrency group contains the workflow name and the branch name.
15- group : ${{ github.workflow }}-${{ github.head_ref }}
15+ group : ${{ github.workflow }}-${{ github.ref }}
1616 cancel-in-progress : true
1717
1818
Original file line number Diff line number Diff line change 99# Cancels all previous workflow runs for the same branch that have not yet completed.
1010concurrency :
1111 # The concurrency group contains the workflow name and the branch name.
12- group : ${{ github.workflow }}-${{ github.head_ref }}
12+ group : ${{ github.workflow }}-${{ github.ref }}
1313 cancel-in-progress : true
1414
1515jobs :
You can’t perform that action at this time.
0 commit comments