File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -173,6 +173,7 @@ jobs:
173
173
all-in-one-ubuntu-jammy-ovs :
174
174
name : aio (Ubuntu Jammy OVS)
175
175
needs :
176
+ - check-changes
176
177
- build-kayobe-image
177
178
uses : ./.github/workflows/stackhpc-all-in-one.yml
178
179
with :
@@ -189,6 +190,7 @@ jobs:
189
190
all-in-one-ubuntu-jammy-ovn :
190
191
name : aio (Ubuntu Jammy OVN)
191
192
needs :
193
+ - check-changes
192
194
- build-kayobe-image
193
195
uses : ./.github/workflows/stackhpc-all-in-one.yml
194
196
with :
@@ -205,6 +207,7 @@ jobs:
205
207
all-in-one-rocky-9-ovs :
206
208
name : aio (Rocky 9 OVS)
207
209
needs :
210
+ - check-changes
208
211
- build-kayobe-image
209
212
uses : ./.github/workflows/stackhpc-all-in-one.yml
210
213
with :
@@ -221,6 +224,7 @@ jobs:
221
224
all-in-one-rocky-9-ovn :
222
225
name : aio (Rocky 9 OVN)
223
226
needs :
227
+ - check-changes
224
228
- build-kayobe-image
225
229
uses : ./.github/workflows/stackhpc-all-in-one.yml
226
230
with :
You can’t perform that action at this time.
0 commit comments