From a0bdab37a1741ab78cf362129cc06b841cb893c1 Mon Sep 17 00:00:00 2001 From: Stefan Benz <46600784+stebenz@users.noreply.github.com> Date: Tue, 17 Jun 2025 14:19:39 +0200 Subject: [PATCH] fix: comment out e2e for test image --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f06c4a959c..3711a7d4e1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -86,9 +86,9 @@ jobs: with: build_image_name: "ghcr.io/zitadel/zitadel-build" - e2e: - uses: ./.github/workflows/e2e.yml - needs: [compile] +# e2e: +# uses: ./.github/workflows/e2e.yml +# needs: [compile] release: uses: ./.github/workflows/release.yml @@ -98,7 +98,7 @@ jobs: issues: write pull-requests: write needs: - [version, core-unit-test, core-integration-test, lint, container, e2e] + [version, core-unit-test, core-integration-test, lint, container] #, e2e] if: ${{ github.event_name == 'workflow_dispatch' }} secrets: GCR_JSON_KEY_BASE64: ${{ secrets.GCR_JSON_KEY_BASE64 }}