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:
-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'