diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index cbfe753..bcbb7c1 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -21,6 +21,7 @@ jobs: binary-build: runs-on: ubuntu-latest + needs: create-release steps: - name: Checkout uses: actions/checkout@v4 @@ -66,6 +67,7 @@ jobs: binary-build-arm: runs-on: ubuntu-24.04-arm + needs: create-release steps: - name: Checkout uses: actions/checkout@v4 @@ -111,6 +113,7 @@ jobs: image-build: runs-on: ubuntu-latest + needs: create-release steps: - name: Checkout uses: actions/checkout@v4 @@ -162,6 +165,7 @@ jobs: image-build-arm: runs-on: ubuntu-24.04-arm + needs: create-release steps: - name: Checkout uses: actions/checkout@v4 @@ -216,6 +220,7 @@ jobs: needs: - image-build - image-build-arm + - create-release steps: - name: Download digests uses: actions/download-artifact@v4 @@ -253,6 +258,7 @@ jobs: needs: - binary-build - binary-build-arm + - create-release steps: - uses: actions/download-artifact@v4 with: