File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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 :
1313 paths-ignore :
1414 - ' **.md'
1515 pull_request :
16- branches :
17- - ' master'
1816 paths-ignore :
1917 - ' **.md'
2018
Original file line number Diff line number Diff line change 11name : labels
22
3+ concurrency :
4+ group : ${{ github.workflow }}-${{ github.ref }}
5+ cancel-in-progress : true
6+
37on :
48 push :
59 branches :
Original file line number Diff line number Diff line change 11name : test-edge
22
33concurrency :
4- group : test-edge -${{ 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 : test
22
33concurrency :
4- group : test -${{ 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