Skip to content

Commit

Permalink
Remove e2e workflow call that no longer works on e2e main
Browse files Browse the repository at this point in the history
  • Loading branch information
jackkleeman committed Nov 19, 2024
1 parent 5772d91 commit 1de8990
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1de8990

Please sign in to comment.