From 87d05501095519a2b5ff8e8a559733c1141b77ba Mon Sep 17 00:00:00 2001 From: jellespijker Date: Tue, 12 Sep 2023 22:59:12 +0200 Subject: [PATCH] fill in default ,values when run from cron Contribute to CURA-10866 --- .github/workflows/installers.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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' }}