File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -299,9 +299,6 @@ jobs:
299
299
- name : Setup Node
300
300
uses : ./.github/actions/setup-node
301
301
302
- - name : Check Go version
303
- run : IGNORE_NIX=true ./scripts/check_go_versions.sh
304
-
305
302
# Use default Go version
306
303
- name : Setup Go
307
304
uses : ./.github/actions/setup-go
@@ -677,8 +674,8 @@ jobs:
677
674
variant :
678
675
- premium : false
679
676
name : test-e2e
680
- - premium : true
681
- name : test-e2e-premium
677
+ # - premium: true
678
+ # name: test-e2e-premium
682
679
# Skip test-e2e on forks as they don't have access to CI secrets
683
680
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
681
timeout-minutes : 20
You can’t perform that action at this time.
0 commit comments