File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 tags :
1010 - ' !**'
1111
12+ # Automatically cancel in-progress actions on the same branch
13+ concurrency :
14+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
15+ cancel-in-progress : true
16+
1217permissions : {}
1318
1419jobs :
Original file line number Diff line number Diff line change 1111 tags :
1212 - ' !**'
1313
14+ # Automatically cancel in-progress actions on the same branch
15+ concurrency :
16+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
17+ cancel-in-progress : true
18+
1419permissions : {}
1520
1621jobs :
Original file line number Diff line number Diff line change 1111 tags :
1212 - ' !**'
1313
14+ # Automatically cancel in-progress actions on the same branch
15+ concurrency :
16+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
17+ cancel-in-progress : true
18+
1419permissions : {}
1520
1621jobs :
Original file line number Diff line number Diff line change 99 tags :
1010 - ' !**'
1111
12+ # Automatically cancel in-progress actions on the same branch
13+ concurrency :
14+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
15+ cancel-in-progress : true
16+
1217permissions : {}
1318
1419jobs :
Original file line number Diff line number Diff line change 1414 tags :
1515 - ' !**'
1616
17+ # Automatically cancel in-progress actions on the same branch
18+ concurrency :
19+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
20+ cancel-in-progress : true
21+
1722permissions : {}
1823
1924jobs :
Original file line number Diff line number Diff line change 77 tags :
88 - ' !**'
99
10+ # Automatically cancel in-progress actions on the same branch
11+ concurrency :
12+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
13+ cancel-in-progress : true
14+
1015permissions : {}
1116
1217jobs :
You can’t perform that action at this time.
0 commit comments