From 2a704e1557a823a9aa8201427128d51c12d3d881 Mon Sep 17 00:00:00 2001 From: Daniel Reuter Date: Wed, 27 Sep 2023 13:20:57 +0200 Subject: [PATCH] build: helm-chart parallel to build-images --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 24f131e..845d5e8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -123,7 +123,7 @@ jobs: name: "Test Helm Charts" runs-on: ubuntu-latest needs: - - build-images + - audit steps: - name: Checkout uses: actions/checkout@v4 @@ -160,7 +160,7 @@ jobs: name: "Release Helm Chart" runs-on: ubuntu-latest needs: - - audit + - test-helm-charts if: github.ref == 'refs/heads/main' permissions: