File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -512,8 +512,7 @@ jobs:
512
512
test-e2e :
513
513
runs-on : ${{ github.repository_owner == 'coder' && 'buildjet-8vcpu-ubuntu-2204' || 'ubuntu-latest' }}
514
514
needs : changes
515
- # if: needs.changes.outputs.go == 'true' || needs.changes.outputs.ts == 'true' || needs.changes.outputs.ci == 'true' || github.ref == 'refs/heads/main'
516
- if : false
515
+ if : needs.changes.outputs.go == 'true' || needs.changes.outputs.ts == 'true' || needs.changes.outputs.ci == 'true' || github.ref == 'refs/heads/main'
517
516
timeout-minutes : 20
518
517
steps :
519
518
- name : Checkout
@@ -692,7 +691,7 @@ jobs:
692
691
- test-go-pg
693
692
- test-go-race
694
693
- test-js
695
- # - test-e2e
694
+ - test-e2e
696
695
- offlinedocs
697
696
# Allow this job to run even if the needed jobs fail, are skipped or
698
697
# cancelled.
You can’t perform that action at this time.
0 commit comments