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/08/25 16:51:39 UTC

[camel-kafka-connector] 03/04: Test for automatic sync

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

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

commit 2a57faec66e78f8f1ced02586cbcdc69bf791d2c
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Aug 25 11:34:54 2020 +0200

    Test for automatic sync
---
 .github/workflows/automatic-sync-camel-master.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/automatic-sync-camel-master.yml b/.github/workflows/automatic-sync-camel-master.yml
index 508a232..156b308 100644
--- a/.github/workflows/automatic-sync-camel-master.yml
+++ b/.github/workflows/automatic-sync-camel-master.yml
@@ -20,7 +20,7 @@ name: Sync Camel Kafka Connector camel-master Branch
 on:
   schedule:
     # Run at midnight every day
-    - cron:  '0 0 * * *'
+    - cron:  '*/1 * * * *'
 jobs:
   build:
     name: Sync Camel Kafka Connector camel-master Branch