Fixed nightlies run check

Contributes to CURA-9494
This commit is contained in:
Jelle Spijker 2023-08-20 18:53:25 +02:00
parent d90da61f44
commit ac60b59da5
No known key found for this signature in database
GPG Key ID: 034D1C0527888B65

View File

@ -96,7 +96,7 @@ jobs:
# Run and update nightly release when the nightly input is set to true or if the schedule is triggered # Run and update nightly release when the nightly input is set to true or if the schedule is triggered
update-nightly-release: update-nightly-release:
if: ${{ inputs.nightly == 'true' || github.event_name == 'schedule' }} if: ${{ inputs.nightly || github.event_name == 'schedule' }}
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: [ windows-installer, linux-modern-installer, linux-legacy-installer, macos-installer, macos-arm-installer ] needs: [ windows-installer, linux-modern-installer, linux-legacy-installer, macos-installer, macos-arm-installer ]
steps: steps: