File tree Expand file tree Collapse file tree 6 files changed +24
-4
lines changed Expand file tree Collapse file tree 6 files changed +24
-4
lines changed Original file line number Diff line number Diff line change @@ -16,17 +16,17 @@ name: Build Matrix of Binaries
16
16
required : true
17
17
default : " development-tag"
18
18
19
- concurrency :
20
- group : ${{ github.workflow }}-${{ github.ref }}
21
- cancel-in-progress : true
22
-
23
19
env :
24
20
TBN_FILENAME : " tari_suite"
25
21
TBN_BUNDLEID_BASE : " com.tarilabs.pkg"
26
22
toolchain : nightly-2022-11-03
27
23
matrix-json-file : " .github/workflows/base_node_binaries.json"
28
24
CARGO_HTTP_MULTIPLEXING : false
29
25
26
+ concurrency :
27
+ group : ${{ github.workflow }}-${{ github.ref }}
28
+ cancel-in-progress : true
29
+
30
30
jobs :
31
31
matrix-prep :
32
32
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -49,6 +49,10 @@ name: Build docker images
49
49
env :
50
50
toolchain_default : nightly-2022-11-03
51
51
52
+ concurrency :
53
+ group : ${{ github.workflow }}-${{ github.ref }}
54
+ cancel-in-progress : true
55
+
52
56
jobs :
53
57
builds_envs_setup :
54
58
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -24,6 +24,10 @@ name: Build libwallets
24
24
env :
25
25
toolchain_default : nightly-2022-11-03
26
26
27
+ concurrency :
28
+ group : ${{ github.workflow }}-${{ github.ref }}
29
+ cancel-in-progress : true
30
+
27
31
jobs :
28
32
builds_envs_setup :
29
33
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 21
21
PROTOC : protoc
22
22
TERM : unkown
23
23
24
+ concurrency :
25
+ group : ${{ github.workflow }}-${{ github.ref }}
26
+ cancel-in-progress : true
27
+
24
28
jobs :
25
29
clippy :
26
30
name : clippy
Original file line number Diff line number Diff line change @@ -10,6 +10,10 @@ name: Source Coverage
10
10
env :
11
11
toolchain : nightly-2022-11-03
12
12
13
+ concurrency :
14
+ group : ${{ github.workflow }}-${{ github.ref }}
15
+ cancel-in-progress : true
16
+
13
17
jobs :
14
18
coverage :
15
19
name : test and generate coverage
Original file line number Diff line number Diff line change @@ -11,6 +11,10 @@ name: PR
11
11
- edited
12
12
- synchronize
13
13
14
+ concurrency :
15
+ group : ${{ github.workflow }}-${{ github.ref }}
16
+ cancel-in-progress : true
17
+
14
18
jobs :
15
19
check-title :
16
20
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments