Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorj.spijker@ultimaker.com <jelle spijker>2022-07-04 09:35:22 +0300
committerJelle Spijker <j.spijker@ultimaker.com>2022-07-04 09:35:22 +0300
commit6df50724436298731acf985b2920b56df1dccba7 (patch)
tree66ce00634aff34f1f76eaa43fca19fa15e9e7f42
parentfd55ec708d314b914ffb075c34b4c3be10d73255 (diff)
Added reminder to fix the nightly builds
Contributes to CURA-9365
-rw-r--r--.github/workflows/cura-installer.yml3
1 files changed, 2 insertions, 1 deletions
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'