File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 66 - ' master'
77
88concurrency :
9- group : environment -${{ github.ref }}
9+ group : ${{ github.workflow }} -${{ github.ref }}
1010 cancel-in-progress : true
1111
1212jobs :
Original file line number Diff line number Diff line change 99 - ' *'
1010
1111concurrency :
12- group : environment -${{ github.ref }}
12+ group : ${{ github.workflow }} -${{ github.ref }}
1313 cancel-in-progress : true
1414
1515jobs :
Original file line number Diff line number Diff line change 88 branches :
99 - ' master'
1010
11+ concurrency :
12+ group : ${{ github.workflow }}-${{ github.ref }}
13+ cancel-in-progress : true
14+
1115jobs :
1216 build :
1317 strategy :
Original file line number Diff line number Diff line change 99 - ' master'
1010
1111concurrency :
12- group : environment -${{ github.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