From cb535b1308903b3e278b132ce61c5fb4c8e66549 Mon Sep 17 00:00:00 2001 From: ronahk Date: Sun, 18 Dec 2022 15:00:52 +0200 Subject: [PATCH] add needs --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 3b47408..811e6c5 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -60,7 +60,7 @@ jobs: image: runs-on: ubuntu-latest - needs: release + needs: [release, pre_release] timeout-minutes: 60 steps: - name: Check out the repo @@ -91,7 +91,7 @@ jobs: publish_chart: runs-on: ubuntu-latest - needs: image + needs: [image, pre_release] if: github.event_name == 'push' || github.event_name == 'workflow_dispatch' steps: - name: Checkout