File tree 1 file changed +14
-3
lines changed
1 file changed +14
-3
lines changed Original file line number Diff line number Diff line change 10
10
NAOSDK_HOME : /__w/hulk/naosdk
11
11
NAOSDK_AUTOMATIC_YES : 1
12
12
13
- concurrency :
14
- group : ${{ github.workflow }}-${{ github.ref }}
15
-
16
13
jobs :
17
14
check :
18
15
name : Check
16
+ concurrency :
17
+ group : ${{ github.workflow }}-${{ github.job }}-${{ github.ref }}
19
18
runs-on :
20
19
- self-hosted
21
20
- v3
32
31
33
32
check-cargo-lock :
34
33
name : Check Cargo.lock
34
+ concurrency :
35
+ group : ${{ github.workflow }}-${{ github.job }}-${{ github.ref }}
35
36
strategy :
36
37
matrix :
37
38
path :
57
58
58
59
check-parameters :
59
60
name : Check parameters
61
+ concurrency :
62
+ group : ${{ github.workflow }}-${{ github.job }}-${{ github.ref }}
60
63
runs-on :
61
64
- self-hosted
62
65
- v3
73
76
74
77
format :
75
78
name : Format
79
+ concurrency :
80
+ group : ${{ github.workflow }}-${{ github.job }}-${{ github.ref }}
76
81
runs-on :
77
82
- self-hosted
78
83
- v3
89
94
90
95
test :
91
96
name : Test
97
+ concurrency :
98
+ group : ${{ github.workflow }}-${{ github.job }}-${{ github.ref }}
92
99
runs-on :
93
100
- self-hosted
94
101
- v3
@@ -105,6 +112,8 @@ jobs:
105
112
106
113
build :
107
114
name : Build
115
+ concurrency :
116
+ group : ${{ github.workflow }}-${{ github.job }}-${{ github.ref }}
108
117
strategy :
109
118
fail-fast : true
110
119
matrix :
@@ -126,6 +135,8 @@ jobs:
126
135
127
136
build_tools :
128
137
name : Build
138
+ concurrency :
139
+ group : ${{ github.workflow }}-${{ github.job }}-${{ github.ref }}
129
140
strategy :
130
141
matrix :
131
142
path :
You can’t perform that action at this time.
0 commit comments