From b672656ed2b9bf9f83806aebb9701935031fe673 Mon Sep 17 00:00:00 2001 From: Ethan Mosbaugh Date: Fri, 19 Jul 2024 20:19:31 -0700 Subject: [PATCH] f --- .github/workflows/image-deps-updater.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/image-deps-updater.yaml b/.github/workflows/image-deps-updater.yaml index e27118ca6..c6e50c818 100644 --- a/.github/workflows/image-deps-updater.yaml +++ b/.github/workflows/image-deps-updater.yaml @@ -35,6 +35,7 @@ jobs: update-k0s-images: runs-on: ubuntu-20.04 + needs: [compile-buildtools] steps: - name: Checkout uses: actions/checkout@v4 @@ -77,6 +78,7 @@ jobs: update-openebs-images: runs-on: ubuntu-20.04 + needs: [compile-buildtools] steps: - name: Checkout uses: actions/checkout@v4