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 }}