From 3555073ee49d818364f7bae2324cb93b8eda31ad Mon Sep 17 00:00:00 2001 From: jellespijker Date: Tue, 12 Sep 2023 23:22:38 +0200 Subject: [PATCH] run each time at 5:15 CET 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 a987b616c6..c2dc448705 100644 --- a/.github/workflows/installers.yml +++ b/.github/workflows/installers.yml @@ -31,8 +31,8 @@ on: type: boolean schedule: - # Daily at 23:10 CET - - cron: '15 * * * *' + # Daily at 5:15 CET + - cron: '15 3 * * *' env: CURA_CONAN_VERSION: ${{ inputs.cura_conan_version || 'cura/latest@ultimaker/testing' }}