From 30ea0b871384d19f1e15056da48d4f338f4bc079 Mon Sep 17 00:00:00 2001 From: Sean McGary Date: Thu, 14 Nov 2024 11:01:59 -0600 Subject: [PATCH] Depend on list and test --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 47e9ac3b..45c40c3b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -91,7 +91,7 @@ jobs: build-create-release: runs-on: ubuntu-latest if: startsWith(github.ref, 'refs/tags/') - needs: [build-container] + needs: [build-container, lint, test] permissions: write-all steps: - name: Checkout @@ -149,7 +149,7 @@ jobs: release-helm-chart: runs-on: ubuntu-latest if: github.ref == 'refs/heads/master' - needs: [build-container] + needs: [build-container, lint, test] permissions: write-all steps: - name: Checkout