From e538af4c5f838954022d4d6d099efe227ac6feef Mon Sep 17 00:00:00 2001 From: UncleGedd <42304551+UncleGedd@users.noreply.github.com> Date: Fri, 28 Jun 2024 10:38:51 -0500 Subject: [PATCH] fix: release pipeline again (#740) --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b8d3518e..a26e97df 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -102,7 +102,7 @@ jobs: push: runs-on: ubuntu-latest environment: release - needs: [test-bundle, test-dev, test-variables, test-optional-bundle, test-vendor, test-ghcr, smoke-test, test-engine] + needs: [test, test-ghcr, smoke-test] permissions: contents: write steps: