mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-18 00:16:40 +08:00
Fixed nightlies run check
Contributes to CURA-9494
This commit is contained in:
parent
d90da61f44
commit
ac60b59da5
2
.github/workflows/installers.yml
vendored
2
.github/workflows/installers.yml
vendored
@ -96,7 +96,7 @@ jobs:
|
||||
|
||||
# Run and update nightly release when the nightly input is set to true or if the schedule is triggered
|
||||
update-nightly-release:
|
||||
if: ${{ inputs.nightly == 'true' || github.event_name == 'schedule' }}
|
||||
if: ${{ inputs.nightly || github.event_name == 'schedule' }}
|
||||
runs-on: ubuntu-latest
|
||||
needs: [ windows-installer, linux-modern-installer, linux-legacy-installer, macos-installer, macos-arm-installer ]
|
||||
steps:
|
||||
|
Loading…
x
Reference in New Issue
Block a user