We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ac07af commit 259da7eCopy full SHA for 259da7e
.github/workflows/build.yml
@@ -347,6 +347,7 @@ jobs:
347
IS_NIGHTLY: ${{ needs.build-type-determination.outputs.is-nightly }}
348
IS_RELEASE: ${{ needs.build-type-determination.outputs.is-release }}
349
CAN_SIGN: ${{ secrets[matrix.config.certificate-secret] != '' }}
350
+ IS_WINDOWS_CONFIG: ${{ matrix.config.name == 'Windows' }}
351
# The CREATE_* environment vars are only used to run tests. These secrets are optional. Dependent tests will
352
# be skipped if not available.
353
CREATE_USERNAME: ${{ secrets.CREATE_USERNAME }}
0 commit comments