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


The following commit(s) were added to refs/heads/master by this push:
     new 33874c5  Github action run everyday at midnight
33874c5 is described below

commit 33874c541f96a445bfffd1c7a5738cbea9fe5edb
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Wed Feb 12 07:59:08 2020 +0100

    Github action run everyday at 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 c1f124f..87cbce0 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:
   build:
     name: Build

Reply via email to