From dcd6c5667d5daf360fee74a56a6f9699459292a3 Mon Sep 17 00:00:00 2001 From: Stavros Date: Thu, 15 May 2025 16:44:48 +0300 Subject: [PATCH] fix: ensure create release has succeeded in nightly --- .github/workflows/nightly.yml | 6 ++++++ 1 file changed, 6 insertions(+) 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: