File tree Expand file tree Collapse file tree 9 files changed +45
-0
lines changed Expand file tree Collapse file tree 9 files changed +45
-0
lines changed Original file line number Diff line number Diff line change 15
15
CARGO_INCREMENTAL : 0
16
16
RUSTFLAGS : " -Dwarnings"
17
17
18
+ # Cancels CI jobs when new commits are pushed to a PR branch
19
+ concurrency :
20
+ group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
21
+ cancel-in-progress : true
22
+
18
23
jobs :
19
24
build :
20
25
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 17
17
CARGO_INCREMENTAL : 0
18
18
RUSTFLAGS : " -Dwarnings"
19
19
20
+ # Cancels CI jobs when new commits are pushed to a PR branch
21
+ concurrency :
22
+ group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
23
+ cancel-in-progress : true
24
+
20
25
jobs :
21
26
no_std :
22
27
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 15
15
CARGO_INCREMENTAL : 0
16
16
RUSTFLAGS : " -Dwarnings"
17
17
18
+ # Cancels CI jobs when new commits are pushed to a PR branch
19
+ concurrency :
20
+ group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
21
+ cancel-in-progress : true
22
+
18
23
jobs :
19
24
build :
20
25
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 15
15
CARGO_INCREMENTAL : 0
16
16
RUSTFLAGS : " -Dwarnings"
17
17
18
+ # Cancels CI jobs when new commits are pushed to a PR branch
19
+ concurrency :
20
+ group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
21
+ cancel-in-progress : true
22
+
18
23
jobs :
19
24
build :
20
25
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 16
16
CARGO_INCREMENTAL : 0
17
17
RUSTFLAGS : " -Dwarnings"
18
18
19
+ # Cancels CI jobs when new commits are pushed to a PR branch
20
+ concurrency :
21
+ group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
22
+ cancel-in-progress : true
23
+
19
24
jobs :
20
25
test :
21
26
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 17
17
RUSTFLAGS : " -Dwarnings"
18
18
RUST_MIN_STACK : 6291456
19
19
20
+ # Cancels CI jobs when new commits are pushed to a PR branch
21
+ concurrency :
22
+ group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
23
+ cancel-in-progress : true
24
+
20
25
jobs :
21
26
test :
22
27
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 15
15
CARGO_INCREMENTAL : 0
16
16
RUSTFLAGS : " -Dwarnings"
17
17
18
+ # Cancels CI jobs when new commits are pushed to a PR branch
19
+ concurrency :
20
+ group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
21
+ cancel-in-progress : true
22
+
18
23
jobs :
19
24
build :
20
25
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 18
18
CARGO_TERM_COLOR : always
19
19
NEXTEST_NO_TESTS : warn
20
20
21
+ # Cancels CI jobs when new commits are pushed to a PR branch
22
+ concurrency :
23
+ group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
24
+ cancel-in-progress : true
25
+
21
26
jobs :
22
27
no_std :
23
28
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 12
12
CARGO_INCREMENTAL : 0
13
13
RUSTFLAGS : " -Dwarnings"
14
14
15
+ # Cancels CI jobs when new commits are pushed to a PR branch
16
+ concurrency :
17
+ group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
18
+ cancel-in-progress : true
19
+
15
20
jobs :
16
21
rustfmt :
17
22
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments