From 9885b0bd9c5ff9b4eb6f7c56528fcc36abf5bf2c Mon Sep 17 00:00:00 2001 From: fewtarius Date: Mon, 18 Nov 2024 10:51:24 +0000 Subject: [PATCH] Fix dependency chain. --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 00a35c6d..3f5a471b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,6 +38,7 @@ jobs: if: startsWith(github.ref, 'refs/tags/2') timeout-minutes: 1440 runs-on: main + needs: build steps: - name: Sync release images to the primary instance run: | @@ -51,6 +52,7 @@ jobs: if: startsWith(github.ref, 'refs/tags/2') timeout-minutes: 1440 runs-on: main + needs: sync steps: - name: Release images to the public run: |