You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/02/10 08:31:01 UTC

[camel-spring-boot] 01/02: Lets get back to midnight

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git

commit 7d339d2885d7d1d9d91341282888b749e2edf2ee
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Feb 10 09:21:01 2020 +0100

    Lets get back to midnight
---
 .github/workflows/automatic-sync-master.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/automatic-sync-master.yml b/.github/workflows/automatic-sync-master.yml
index 1879641..87cb0f4 100644
--- a/.github/workflows/automatic-sync-master.yml
+++ b/.github/workflows/automatic-sync-master.yml
@@ -20,7 +20,7 @@ name: Sync Camel Spring Boot Master Branch
 on:
   schedule:
     # Run every day at midnight
-    - cron:  '5 * * * *'
+    - cron:  '0 0 * * *'
 
 jobs:
   sync: