From 1de89901b7bfb6d37ba3de1651dd63ac72f1a220 Mon Sep 17 00:00:00 2001 From: Jack Kleeman Date: Tue, 19 Nov 2024 15:28:55 +0000 Subject: [PATCH] Remove e2e workflow call that no longer works on e2e main --- .github/workflows/ci.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d6d6c964c..ebfb3a4cf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -156,18 +156,3 @@ jobs: uses: restatedev/sdk-rust/.github/workflows/integration.yaml@main with: restateCommit: ${{ github.event.pull_request.head.sha || github.sha }} - - e2e: - name: Run e2e tests - permissions: - contents: read - issues: read - checks: write - pull-requests: write - actions: read - secrets: inherit - needs: docker - uses: restatedev/e2e/.github/workflows/e2e.yaml@main - with: - restateCommit: ${{ github.event.pull_request.head.sha || github.sha }} - e2eRef: main