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