diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 64d274d1b4..d1d5bf9c29 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -677,8 +677,8 @@ jobs: variant: - premium: false name: test-e2e - - premium: true - name: test-e2e-premium + #- premium: true + # name: test-e2e-premium # Skip test-e2e on forks as they don't have access to CI secrets if: (needs.changes.outputs.go == 'true' || needs.changes.outputs.ts == 'true' || needs.changes.outputs.ci == 'true' || github.ref == 'refs/heads/main') && !(github.event.pull_request.head.repo.fork) timeout-minutes: 20