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 4343 fi
4444 build :
4545 concurrency :
46- group : ${{ github.workflow }}-${{ needs.check-runner.outputs.runner-label }}
46+ group : ${{ github.workflow }}-${{ github.ref }}
4747 cancel-in-progress : true
4848
4949 needs : check-runner
Original file line number Diff line number Diff line change 4444
4545 publish :
4646 concurrency :
47- group : ${{ github.workflow }}-${{ needs.check-runner.outputs.runner-label }}
47+ group : ${{ github.workflow }}-${{ github.ref }}
4848 cancel-in-progress : true
4949
5050 needs : check-runner
Original file line number Diff line number Diff line change 4343 fi
4444 build :
4545 concurrency :
46- group : ${{ github.workflow }}-${{ needs.check-runner.outputs.runner-label }}
46+ group : ${{ github.workflow }}-${{ github.ref }}
4747 cancel-in-progress : true
4848
4949 needs : check-runner
You can’t perform that action at this time.
0 commit comments