Skip to content

Commit 48abf90

Browse files
committed
more!
1 parent 3810730 commit 48abf90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
}
4242
4343
# if it is a scheduled build set the build identity to nightly
44-
if ("${{ github.event_name }}" -eq "schedule" -or ${{ inputs.nightly }}) {
44+
if ("${{ github.event_name }}" -eq "schedule" -or "${{ inputs.nightly }}" -eq "true") {
4545
$env:BUILD_IDENTITY = "nightly.${{ github.run_number }}"
4646
}
4747

0 commit comments

Comments
 (0)