Skip to content

Commit b672656

Browse files
committed
f
1 parent 2481ac4 commit b672656

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/image-deps-updater.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535

3636
update-k0s-images:
3737
runs-on: ubuntu-20.04
38+
needs: [compile-buildtools]
3839
steps:
3940
- name: Checkout
4041
uses: actions/checkout@v4
@@ -77,6 +78,7 @@ jobs:
7778
7879
update-openebs-images:
7980
runs-on: ubuntu-20.04
81+
needs: [compile-buildtools]
8082
steps:
8183
- name: Checkout
8284
uses: actions/checkout@v4

0 commit comments

Comments
 (0)