File tree Expand file tree Collapse file tree 23 files changed +115
-0
lines changed Expand file tree Collapse file tree 23 files changed +115
-0
lines changed 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
build :
22
27
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
build :
22
27
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
build :
22
27
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 21
21
CARGO_INCREMENTAL : 0
22
22
RUSTFLAGS : " -Dwarnings"
23
23
24
+ # Cancels CI jobs when new commits are pushed to a PR branch
25
+ concurrency :
26
+ group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
27
+ cancel-in-progress : true
28
+
24
29
jobs :
25
30
build :
26
31
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 21
21
CARGO_INCREMENTAL : 0
22
22
RUSTFLAGS : " -Dwarnings"
23
23
24
+ # Cancels CI jobs when new commits are pushed to a PR branch
25
+ concurrency :
26
+ group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
27
+ cancel-in-progress : true
28
+
24
29
jobs :
25
30
build :
26
31
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
build :
22
27
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 21
21
CARGO_INCREMENTAL : 0
22
22
RUSTFLAGS : " -Dwarnings"
23
23
24
+ # Cancels CI jobs when new commits are pushed to a PR branch
25
+ concurrency :
26
+ group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
27
+ cancel-in-progress : true
28
+
24
29
jobs :
25
30
build :
26
31
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 19
19
CARGO_INCREMENTAL : 0
20
20
RUSTFLAGS : " -Dwarnings"
21
21
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
+
22
27
jobs :
23
28
build :
24
29
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 21
21
CARGO_INCREMENTAL : 0
22
22
RUSTFLAGS : " -Dwarnings"
23
23
24
+ # Cancels CI jobs when new commits are pushed to a PR branch
25
+ concurrency :
26
+ group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
27
+ cancel-in-progress : true
28
+
24
29
jobs :
25
30
build :
26
31
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 18
18
CARGO_INCREMENTAL : 0
19
19
RUSTFLAGS : " -Dwarnings"
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
build :
23
28
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments