mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 21:44:01 -06: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 changed files with 1 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue