Skip to content

Commit 50210ce

Browse files
committed
Skip REH and REH_WEB build.
1 parent fbeffe5 commit 50210ce

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/stable-windows.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,8 @@ jobs:
160160
MS_TAG: ${{ needs.check.outputs.MS_TAG }}
161161
RELEASE_VERSION: ${{ needs.check.outputs.RELEASE_VERSION }}
162162
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
163165
SHOULD_DEPLOY: ${{ needs.check.outputs.SHOULD_DEPLOY }}
164166
VSCODE_ARCH: ${{ matrix.vscode_arch }}
165167
outputs:

0 commit comments

Comments
 (0)