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 }}