mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-28 09:09:30 +08:00
Update installers.yml for nightly release option
Added a conditional statement for optionally triggering nightly releases in the installer workflow. This change allows us to initiate automatic nightly builds only when required, contributing to efficiency and resource utilization optimization. This is linked to Jira task CURA-9494.
This commit is contained in:
parent
28afca187c
commit
76787b9898
1
.github/workflows/installers.yml
vendored
1
.github/workflows/installers.yml
vendored
@ -92,6 +92,7 @@ jobs:
|
||||
secrets: inherit
|
||||
|
||||
update-nightly-release:
|
||||
if: ${{ inputs.nightly }}
|
||||
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