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
1010concurrency :
1111 group : ${{ github.workflow }}-${{ github.ref }}
12- cancel-in-progress : true
12+ cancel-in-progress : ${{ github.ref != 'refs/heads/main' }}
1313
1414env :
1515 RUSTFLAGS : >-
Original file line number Diff line number Diff line change 1212
1313concurrency :
1414 group : ${{ github.workflow }}-${{ github.ref }}
15- cancel-in-progress : true
15+ cancel-in-progress : ${{ github.ref != 'refs/heads/main' }}
1616
1717jobs :
1818 cargo_audit :
Original file line number Diff line number Diff line change 99
1010concurrency :
1111 group : ${{ github.workflow }}-${{ github.ref }}
12- cancel-in-progress : true
12+ cancel-in-progress : ${{ github.ref != 'refs/heads/main' }}
1313
1414jobs :
1515 cargo-fmt :
Original file line number Diff line number Diff line change 99
1010concurrency :
1111 group : ${{ github.workflow }}-${{ github.ref }}
12- cancel-in-progress : true
12+ cancel-in-progress : ${{ github.ref != 'refs/heads/main' }}
1313
1414env :
1515 RUSTDOCFLAGS : -D warnings
Original file line number Diff line number Diff line change 77
88concurrency :
99 group : ${{ github.workflow }}-${{ github.ref }}
10- cancel-in-progress : true
10+ cancel-in-progress : ${{ github.ref != 'refs/heads/main' }}
1111
1212jobs :
1313 dependency-review :
Original file line number Diff line number Diff line change 99
1010concurrency :
1111 group : ${{ github.workflow }}-${{ github.ref }}
12- cancel-in-progress : true
12+ cancel-in-progress : ${{ github.ref != 'refs/heads/main' }}
1313
1414jobs :
1515 clippy :
You can’t perform that action at this time.
0 commit comments