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/09/04 15:02:02 UTC

[camel-kafka-connector] branch master updated: automatic sync gh action: run at 2 am

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 6398fee  automatic sync gh action: run at 2 am
6398fee is described below

commit 6398fee48175be7c00e8f8be61bef5bf9758d96e
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Sep 4 17:01:05 2020 +0200

    automatic sync gh action: run at 2 am
---
 .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 8a3b949..af8e6e8 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 2 AM every day
-    - cron:  '* * * * *'
+    - cron:  '0 2 * * *'
 jobs:
   build:
     name: Sync Camel Kafka Connector camel-master Branch