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 6e5be9b commit a1793dfCopy full SHA for a1793df
.github/workflows/health_checks.yml
@@ -42,7 +42,7 @@ on:
42
description: 'Include Windows?'
43
required: false
44
type: boolean
45
- default: false
+ default: true
46
node:
47
description: 'Node versions list (as JSON array).'
48
@@ -73,7 +73,7 @@ on:
73
74
75
76
77
78
79
@@ -113,7 +113,7 @@ jobs:
113
os+=', "macos-14"'
114
os_for_e2e+=', "macos-14-xlarge"'
115
fi
116
- if [ "${{ inputs.include-windows }}" == "true" ]; then
+ if [ "${{ inputs.include-windows }}" != "false" ]; then
117
os+=', "windows-2025"'
118
os_for_e2e+=', "windows-2025"'
119
0 commit comments