We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fdad02 commit 7bd2d82Copy full SHA for 7bd2d82
.github/workflows/ci.yaml
@@ -677,8 +677,8 @@ jobs:
677
variant:
678
- premium: false
679
name: test-e2e
680
- - premium: true
681
- name: test-e2e-premium
+ #- premium: true
+ # name: test-e2e-premium
682
# Skip test-e2e on forks as they don't have access to CI secrets
683
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)
684
timeout-minutes: 20
0 commit comments