From 9705de7175b2c85be5b49a082506e261e2974ece Mon Sep 17 00:00:00 2001 From: jellespijker Date: Tue, 12 Sep 2023 23:11:22 +0200 Subject: [PATCH] run each hour as a test Contribute to CURA-10866 --- .github/workflows/installers.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/installers.yml b/.github/workflows/installers.yml index 73473fec31..a987b616c6 100644 --- a/.github/workflows/installers.yml +++ b/.github/workflows/installers.yml @@ -32,7 +32,7 @@ on: schedule: # Daily at 23:10 CET - - cron: '10 21 * * *' + - cron: '15 * * * *' env: CURA_CONAN_VERSION: ${{ inputs.cura_conan_version || 'cura/latest@ultimaker/testing' }}