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 09:44:42 UTC

[camel-kafka-connector] branch master updated: Run every minute for testing purpose

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-kafka-connector.git


The following commit(s) were added to refs/heads/master by this push:
     new 3575959  Run every minute for testing purpose
3575959 is described below

commit 357595970a599fdc5e8ec390f97fc7006e413389
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Aug 25 11:44:14 2020 +0200

    Run every minute for testing purpose
---
 .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 156b308..942f2a0 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:  '*/1 * * * *'
+    - cron:  '* * * * *'
 jobs:
   build:
     name: Sync Camel Kafka Connector camel-master Branch