File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11name : build
22
33concurrency :
4- group : build -${{ github.ref }}
4+ group : ${{ github.workflow }} -${{ github.ref }}
55 cancel-in-progress : true
66
77on :
Original file line number Diff line number Diff line change 11name : codeql
22
33concurrency :
4- group : codeql -${{ github.ref }}
4+ group : ${{ github.workflow }} -${{ github.ref }}
55 cancel-in-progress : true
66
77on :
Original file line number Diff line number Diff line change 11name : docs
22
33concurrency :
4- group : docs -${{ github.ref }}
4+ group : ${{ github.workflow }} -${{ github.ref }}
55 cancel-in-progress : true
66
77on :
Original file line number Diff line number Diff line change 11name : e2e
22
33concurrency :
4- group : e2e -${{ github.ref }}
4+ group : ${{ github.workflow }} -${{ github.ref }}
55 cancel-in-progress : true
66
77on :
Original file line number Diff line number Diff line change 11name : labels
22
33concurrency :
4- group : labels -${{ github.ref }}
4+ group : ${{ github.workflow }} -${{ github.ref }}
55 cancel-in-progress : true
66
77on :
You can’t perform that action at this time.
0 commit comments