From b26113a3a726bf8e2d868f7ec30fd9d35b95c14d Mon Sep 17 00:00:00 2001 From: Daniel Reuter Date: Wed, 27 Sep 2023 10:20:59 +0200 Subject: [PATCH] build: helm-chart parallel to build-images --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 579d65c..76065eb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -235,7 +235,7 @@ jobs: name: "Release Helm Chart" runs-on: ubuntu-latest needs: - - test-helm-charts + - audit if: github.ref == 'refs/heads/main' permissions: