From 9791f4a0076b6a40cc9e3a4b9035259bb0ac76e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=D0=B0ramtamt=C4=81m?= <7326800+tarampampam@users.noreply.github.com> Date: Mon, 3 Feb 2025 17:50:29 +0400 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index baef907..d5c7295 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -43,6 +43,7 @@ jobs: helm-pack: name: Pack the Helm chart runs-on: ubuntu-latest + needs: [build-docker-image] defaults: {run: {working-directory: ./deployments/helm}} steps: - uses: actions/checkout@v4