diff --git a/.github/workflows/installers.yml b/.github/workflows/installers.yml index da9c859960..af4d81e241 100644 --- a/.github/workflows/installers.yml +++ b/.github/workflows/installers.yml @@ -31,8 +31,8 @@ on: type: boolean schedule: - # Daily at 8:10 CET - - cron: '10 7 * * *' + # Daily at 23:10 CET + - cron: '10 21 * * *' env: CURA_CONAN_VERSION: ${{ inputs.cura_conan_version || 'cura/latest@ultimaker/testing' }}