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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'config/gitlab.yml.example')
-rw-r--r--config/gitlab.yml.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example
index e46bc5b646c..7968d46dad4 100644
--- a/config/gitlab.yml.example
+++ b/config/gitlab.yml.example
@@ -584,7 +584,7 @@ production: &base
# Periodically clean up stale runner machines.
ci_runners_stale_machines_cleanup_worker:
- cron: "36 4 * * *"
+ cron: "36 * * * *"
# GitLab EE only jobs. These jobs are automatically enabled for an EE
# installation, and ignored for a CE installation.