@@ -2,7 +2,7 @@ name: build-and-test
22
33on :
44 push :
5- branches : ['canary ']
5+ branches : ['next-16-1 ']
66 pull_request :
77 types : [opened, synchronize]
88
@@ -612,7 +612,7 @@ jobs:
612612 name : Test new tests for flakes (dev)
613613 needs : ['optimize-ci', 'changes', 'build-native', 'build-next']
614614 # test-new-tests-if
615- if : ${{ needs.optimize-ci.outputs.skip == ' false' && needs.changes.outputs.docs-only == 'false' }}
615+ if : false
616616 # test-new-tests-end-if
617617
618618 strategy :
@@ -636,7 +636,7 @@ jobs:
636636 name : Test new tests for flakes (prod)
637637 needs : ['optimize-ci', 'changes', 'build-native', 'build-next']
638638 # test-new-tests-if
639- if : ${{ needs.optimize-ci.outputs.skip == ' false' && needs.changes.outputs.docs-only == 'false' }}
639+ if : false
640640 # test-new-tests-end-if
641641
642642 strategy :
@@ -657,10 +657,9 @@ jobs:
657657
658658 test-new-tests-deploy :
659659 name : Test new tests when deployed
660- needs :
661- ['optimize-ci', 'test-prod', 'test-new-tests-dev', 'test-new-tests-start']
660+ needs : ['optimize-ci', 'test-prod', 'test-new-tests-start']
662661 # test-new-tests-if
663- if : ${{ needs.optimize-ci.outputs.skip == ' false' }}
662+ if : false
664663 # test-new-tests-end-if
665664
666665 strategy :
@@ -682,15 +681,9 @@ jobs:
682681
683682 test-new-tests-deploy-cache-components :
684683 name : Test new tests when deployed (cache components)
685- needs :
686- [
687- ' optimize-ci' ,
688- ' test-cache-components-prod' ,
689- ' test-new-tests-dev' ,
690- ' test-new-tests-start' ,
691- ]
684+ needs : ['optimize-ci', 'test-cache-components-prod']
692685 # test-new-tests-if
693- if : ${{ needs.optimize-ci.outputs.skip == ' false' }}
686+ if : false
694687 # test-new-tests-end-if
695688
696689 strategy :
@@ -1020,10 +1013,6 @@ jobs:
10201013 ' test-next-swc-wasm' ,
10211014 ' test-turbopack-dev' ,
10221015 ' test-turbopack-integration' ,
1023- ' test-new-tests-dev' ,
1024- ' test-new-tests-start' ,
1025- ' test-new-tests-deploy' ,
1026- ' test-new-tests-deploy-cache-components' ,
10271016 ' test-turbopack-production' ,
10281017 ' test-turbopack-production-integration' ,
10291018 ' test-unit-windows' ,
0 commit comments