There was an error while loading. Please reload this page.
1 parent fbeffe5 commit 50210ceCopy full SHA for 50210ce
1 file changed
.github/workflows/stable-windows.yml
@@ -160,6 +160,8 @@ jobs:
160
MS_TAG: ${{ needs.check.outputs.MS_TAG }}
161
RELEASE_VERSION: ${{ needs.check.outputs.RELEASE_VERSION }}
162
SHOULD_BUILD: ${{ (needs.check.outputs.SHOULD_BUILD == 'yes' || github.event.inputs.generate_assets == 'true') && 'yes' || 'no' }}
163
+ SHOULD_BUILD_REH: no
164
+ SHOULD_BUILD_REH_WEB: no
165
SHOULD_DEPLOY: ${{ needs.check.outputs.SHOULD_DEPLOY }}
166
VSCODE_ARCH: ${{ matrix.vscode_arch }}
167
outputs:
0 commit comments