From c04511d433099f05220a471c0afc914923bf8a9c Mon Sep 17 00:00:00 2001 From: "j.spijker@ultimaker.com" Date: Thu, 30 Jun 2022 23:02:48 +0200 Subject: [PATCH] run at 3:25 UTC Contributes to CURA-9365 --- .github/workflows/cura-installer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cura-installer.yml b/.github/workflows/cura-installer.yml index ebad7b3389..9b99947295 100644 --- a/.github/workflows/cura-installer.yml +++ b/.github/workflows/cura-installer.yml @@ -30,7 +30,7 @@ on: # Run the nightly at 5:25 UTC on working days schedule: - - cron: '*/25 5 * * 1-5' + - cron: '25 3 * * 1-5' env: CONAN_LOGIN_USERNAME_CURA: ${{ secrets.CONAN_USER }}