File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 workflow_dispatch :
1212
1313concurrency :
14- group : ci -${{ github.ref }}
14+ group : ${{ github.workflow }} -${{ github.ref }}
1515 cancel-in-progress : true
1616
1717jobs :
Original file line number Diff line number Diff line change 1212 workflow_dispatch :
1313
1414concurrency :
15- group : codeql -${{ github.ref }}
15+ group : ${{ github.workflow }} -${{ github.ref }}
1616 cancel-in-progress : true
1717
1818jobs :
Original file line number Diff line number Diff line change 77 workflow_dispatch :
88
99concurrency :
10- group : dependencies-head -${{ github.ref }}
10+ group : ${{ github.workflow }} -${{ github.ref }}
1111 cancel-in-progress : true
1212
1313jobs :
Original file line number Diff line number Diff line change 1616 workflow_dispatch :
1717
1818concurrency :
19- group : docker -${{ github.ref }}
19+ group : ${{ github.workflow }} -${{ github.ref }}
2020 cancel-in-progress : true
2121
2222jobs :
Original file line number Diff line number Diff line change 88 workflow_dispatch :
99
1010concurrency :
11- group : docs -${{ github.ref }}
11+ group : ${{ github.workflow }} -${{ github.ref }}
1212 cancel-in-progress : true
1313
1414jobs :
Original file line number Diff line number Diff line change 55 workflow_dispatch :
66
77concurrency :
8- group : lint -${{ github.ref }}
8+ group : ${{ github.workflow }} -${{ github.ref }}
99 cancel-in-progress : true
1010
1111jobs :
Original file line number Diff line number Diff line change 77 workflow_dispatch :
88
99concurrency :
10- group : notebooks -${{ github.ref }}
10+ group : ${{ github.workflow }} -${{ github.ref }}
1111 cancel-in-progress : true
1212
1313jobs :
Original file line number Diff line number Diff line change 1818 - true
1919
2020concurrency :
21- group : package -${{ github.ref }}
21+ group : ${{ github.workflow }} -${{ github.ref }}
2222 cancel-in-progress : true
2323
2424jobs :
Original file line number Diff line number Diff line change 77 workflow_dispatch :
88
99concurrency :
10- group : release-tests -${{ github.ref }}
10+ group : ${{ github.workflow }} -${{ github.ref }}
1111 cancel-in-progress : true
1212
1313jobs :
Original file line number Diff line number Diff line change 88 - synchronize
99
1010concurrency :
11- group : semantic-pr -${{ github.ref }}
11+ group : ${{ github.workflow }} -${{ github.ref }}
1212 cancel-in-progress : true
1313
1414jobs :
You can’t perform that action at this time.
0 commit comments