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 b73b946  Run the gh action every 10 minutes
b73b946 is described below

commit b73b9462a786f7694044e86c50262ddbb0b4b5ed
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Mon Feb 17 14:43:14 2020 +0100

    Run the gh action every 10 minutes
---
 .github/workflows/automatic-sync-master.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/automatic-sync-master.yml 
b/.github/workflows/automatic-sync-master.yml
index 87cbce0..406937b 100644
--- a/.github/workflows/automatic-sync-master.yml
+++ b/.github/workflows/automatic-sync-master.yml
@@ -19,8 +19,8 @@ name: Sync Camel Spring Boot Master Branch
 
 on:
   schedule:
-    # Run every day at midnight
-    - cron:  '0 0 * * *'
+    # Run every 10 minutes
+    - cron:  '10 * * * *'
 jobs:
   build:
     name: Build

Reply via email to