File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 CARGO_INCREMENTAL : 0
2020 RUSTFLAGS : " -Dwarnings"
2121
22+ # Cancels CI jobs when new commits are pushed to a PR branch
23+ concurrency :
24+ group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
25+ cancel-in-progress : true
26+
2227jobs :
2328 macos :
2429 strategy :
Original file line number Diff line number Diff line change 1919 CARGO_INCREMENTAL : 0
2020 RUSTFLAGS : " -Dwarnings"
2121
22+ # Cancels CI jobs when new commits are pushed to a PR branch
23+ concurrency :
24+ group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
25+ cancel-in-progress : true
26+
2227jobs :
2328 test :
2429 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 1919 CARGO_INCREMENTAL : 0
2020 RUSTFLAGS : " -Dwarnings"
2121
22+ # Cancels CI jobs when new commits are pushed to a PR branch
23+ concurrency :
24+ group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
25+ cancel-in-progress : true
26+
2227jobs :
2328 build :
2429 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 1919 CARGO_INCREMENTAL : 0
2020 RUSTFLAGS : " -Dwarnings"
2121
22+ # Cancels CI jobs when new commits are pushed to a PR branch
23+ concurrency :
24+ group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
25+ cancel-in-progress : true
26+
2227jobs :
2328 build :
2429 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 2020 CARGO_INCREMENTAL : 0
2121 RUSTFLAGS : " -Dwarnings"
2222
23+ # Cancels CI jobs when new commits are pushed to a PR branch
24+ concurrency :
25+ group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
26+ cancel-in-progress : true
27+
2328jobs :
2429 minimal-versions :
2530 uses : RustCrypto/actions/.github/workflows/minimal-versions.yml@master
Original file line number Diff line number Diff line change 1919 CARGO_INCREMENTAL : 0
2020 RUSTFLAGS : " -Dwarnings"
2121
22+ # Cancels CI jobs when new commits are pushed to a PR branch
23+ concurrency :
24+ group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
25+ cancel-in-progress : true
26+
2227jobs :
2328 minimal-versions :
2429 uses : RustCrypto/actions/.github/workflows/minimal-versions.yml@master
Original file line number Diff line number Diff line change 2020 CARGO_INCREMENTAL : 0
2121 RUSTFLAGS : " -Dwarnings"
2222
23+ # Cancels CI jobs when new commits are pushed to a PR branch
24+ concurrency :
25+ group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
26+ cancel-in-progress : true
27+
2328jobs :
2429 build :
2530 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 1919 CARGO_INCREMENTAL : 0
2020 RUSTFLAGS : " -Dwarnings"
2121
22+ # Cancels CI jobs when new commits are pushed to a PR branch
23+ concurrency :
24+ group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
25+ cancel-in-progress : true
26+
2227jobs :
2328 minimal-versions :
2429 uses : RustCrypto/actions/.github/workflows/minimal-versions.yml@master
Original file line number Diff line number Diff line change 2020 CARGO_INCREMENTAL : 0
2121 RUSTFLAGS : " -Dwarnings"
2222
23+ # Cancels CI jobs when new commits are pushed to a PR branch
24+ concurrency :
25+ group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
26+ cancel-in-progress : true
27+
2328jobs :
2429 test :
2530 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 1919 CARGO_INCREMENTAL : 0
2020 RUSTFLAGS : " -Dwarnings"
2121
22+ # Cancels CI jobs when new commits are pushed to a PR branch
23+ concurrency :
24+ group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
25+ cancel-in-progress : true
26+
2227jobs :
2328 build :
2429 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments