File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 42
42
description : ' Include Windows?'
43
43
required : false
44
44
type : boolean
45
- default : true
45
+ default : false
46
46
node :
47
47
description : ' Node versions list (as JSON array).'
48
48
required : false
73
73
description : ' Include Windows?'
74
74
required : false
75
75
type : boolean
76
- default : true
76
+ default : false
77
77
node :
78
78
description : ' Node versions list (as JSON array).'
79
79
required : false
@@ -113,7 +113,7 @@ jobs:
113
113
os+=', "macos-14"'
114
114
os_for_e2e+=', "macos-14-xlarge"'
115
115
fi
116
- if [ "${{ inputs.include-windows }}" != "false " ]; then
116
+ if [ "${{ inputs.include-windows }}" == "true " ]; then
117
117
os+=', "windows-2025"'
118
118
os_for_e2e+=', "windows-2025"'
119
119
fi
@@ -857,7 +857,7 @@ jobs:
857
857
if : ${{ github.event_name == 'push' && (github.ref_name == 'main' || github.ref_name == 'hotfix') }}
858
858
needs :
859
859
- test_with_coverage
860
- - e2e_package_manager
860
+ # - e2e_package_manager
861
861
- e2e_deployment
862
862
- e2e_sandbox
863
863
- e2e_notices
You can’t perform that action at this time.
0 commit comments