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:
Jelle Spijker 2023-08-19 03:31:48 +02:00
parent 28afca187c
commit 76787b9898
No known key found for this signature in database
GPG Key ID: 034D1C0527888B65

View File

@ -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: