From 6df50724436298731acf985b2920b56df1dccba7 Mon Sep 17 00:00:00 2001 From: "j.spijker@ultimaker.com" Date: Mon, 4 Jul 2022 08:35:22 +0200 Subject: [PATCH] Added reminder to fix the nightly builds Contributes to CURA-9365 --- .github/workflows/cura-installer.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cura-installer.yml b/.github/workflows/cura-installer.yml index eae7bdf802..150d231e3f 100644 --- a/.github/workflows/cura-installer.yml +++ b/.github/workflows/cura-installer.yml @@ -28,7 +28,8 @@ on: default: false type: boolean -# Run the nightly at 5:25 UTC on working days + # Run the nightly at 3:25 UTC on working days + #FIXME: Provide the same default values as the workflow dispatch schedule: - cron: '25 3 * * 1-5'