File tree Expand file tree Collapse file tree 6 files changed +26
-3
lines changed Expand file tree Collapse file tree 6 files changed +26
-3
lines changed Original file line number Diff line number Diff line change 2020
2121permissions : {}
2222
23+ concurrency :
24+ group : ${{ github.workflow }}-${{ github.ref }}
25+ cancel-in-progress : ${{ github.ref != 'refs/heads/main' }}
26+
2327jobs :
2428 build-bin :
2529 name : Build ${{ matrix.name }} binary
Original file line number Diff line number Diff line change 2424
2525permissions : {}
2626
27- jobs :
27+ concurrency :
28+ group : ${{ github.workflow }}-${{ github.ref }}
29+ cancel-in-progress : ${{ github.ref != 'refs/heads/main' }}
2830
31+ jobs :
2932 create-assets :
3033 name : ${{ matrix.target }}
3134 strategy :
Original file line number Diff line number Diff line change 2525
2626permissions : {}
2727
28+ concurrency :
29+ group : ${{ github.workflow }}-${{ github.ref }}
30+ cancel-in-progress : ${{ github.ref != 'refs/heads/main' }}
31+
2832jobs :
2933 cache-deps :
3034 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 3333
3434permissions : {}
3535
36+ concurrency :
37+ group : ${{ github.workflow }}-${{ github.ref }}
38+ cancel-in-progress : ${{ github.ref != 'refs/heads/main' }}
39+
3640jobs :
3741 build :
3842 strategy :
Original file line number Diff line number Diff line change 3232 - .github/workflows/python-packaging.yml
3333 - pyproject.toml
3434
35- permissions : {}
36-
3735env :
3836 CARGO_TERM_COLOR : always
3937 RUST_BACKTRACE : 1
4038
39+ permissions : {}
40+
41+ concurrency :
42+ group : ${{ github.workflow }}-${{ github.ref }}
43+ cancel-in-progress : ${{ github.ref != 'refs/heads/main' }}
44+
4145jobs :
4246 linux :
4347 runs-on : ${{ matrix.platform.runner }}
Original file line number Diff line number Diff line change 2222
2323permissions : {}
2424
25+ concurrency :
26+ group : ${{ github.workflow }}-${{ github.ref }}
27+ cancel-in-progress : ${{ github.ref != 'refs/heads/main' }}
28+
2529jobs :
2630 test :
2731 strategy :
You can’t perform that action at this time.
0 commit comments