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 3810730 commit 48abf90Copy full SHA for 48abf90
.github/workflows/ci.yml
@@ -41,7 +41,7 @@ jobs:
41
}
42
43
# if it is a scheduled build set the build identity to nightly
44
- if ("${{ github.event_name }}" -eq "schedule" -or ${{ inputs.nightly }}) {
+ if ("${{ github.event_name }}" -eq "schedule" -or "${{ inputs.nightly }}" -eq "true") {
45
$env:BUILD_IDENTITY = "nightly.${{ github.run_number }}"
46
47
0 commit comments