Skip to content

Commit 5867cce

Browse files
committed
CI: Add missing job dependencies to PR workflow
1 parent 82e8ff2 commit 5867cce

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/stackhpc-pull-request.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ jobs:
173173
all-in-one-ubuntu-jammy-ovs:
174174
name: aio (Ubuntu Jammy OVS)
175175
needs:
176+
- check-changes
176177
- build-kayobe-image
177178
uses: ./.github/workflows/stackhpc-all-in-one.yml
178179
with:
@@ -189,6 +190,7 @@ jobs:
189190
all-in-one-ubuntu-jammy-ovn:
190191
name: aio (Ubuntu Jammy OVN)
191192
needs:
193+
- check-changes
192194
- build-kayobe-image
193195
uses: ./.github/workflows/stackhpc-all-in-one.yml
194196
with:
@@ -205,6 +207,7 @@ jobs:
205207
all-in-one-rocky-9-ovs:
206208
name: aio (Rocky 9 OVS)
207209
needs:
210+
- check-changes
208211
- build-kayobe-image
209212
uses: ./.github/workflows/stackhpc-all-in-one.yml
210213
with:
@@ -221,6 +224,7 @@ jobs:
221224
all-in-one-rocky-9-ovn:
222225
name: aio (Rocky 9 OVN)
223226
needs:
227+
- check-changes
224228
- build-kayobe-image
225229
uses: ./.github/workflows/stackhpc-all-in-one.yml
226230
with:

0 commit comments

Comments
 (0)