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 5a5ec1e  Run both the auto sync and rebase camel-master on master in 
sequence
5a5ec1e is described below

commit 5a5ec1e9a3f49928dd04cc500818ab5147bb51ef
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Tue Aug 25 18:18:01 2020 +0200

    Run both the auto sync and rebase camel-master on master in sequence
---
 .github/workflows/automatic-sync-camel-master.yml     | 6 +++---
 .github/workflows/rebase-master-onto-camel-master.yml | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/automatic-sync-camel-master.yml 
b/.github/workflows/automatic-sync-camel-master.yml
index f0cc75c..4bda00e 100644
--- a/.github/workflows/automatic-sync-camel-master.yml
+++ b/.github/workflows/automatic-sync-camel-master.yml
@@ -19,15 +19,15 @@ name: Sync Camel Kafka Connector camel-master Branch
 
 on:
   schedule:
-    # Run at midnight every day
-    - cron:  '0 0 * * *'
+    # Run at 2 AM every day
+    - cron:  '0 2 * * *'
 jobs:
   build:
     name: Sync Camel Kafka Connector camel-master Branch
     runs-on: ubuntu-latest
     strategy:
       matrix:
-        java: [ '1.8' ]
+        java: [ '11' ]
     steps:
       - name: Checkout Camel project
         uses: actions/checkout@v2
diff --git a/.github/workflows/rebase-master-onto-camel-master.yml 
b/.github/workflows/rebase-master-onto-camel-master.yml
index e043233..4333294 100644
--- a/.github/workflows/rebase-master-onto-camel-master.yml
+++ b/.github/workflows/rebase-master-onto-camel-master.yml
@@ -20,14 +20,14 @@ name: Daily Build Camel Master onto master
 on:
   schedule:
     # Run every day at midnight
-    - cron:  '* * * * *'
+    - cron:  '0 0 * * *'
 
 jobs:
   build:
     runs-on: ubuntu-latest
     strategy:
       matrix:
-        java: [ '1.8', '11' ]
+        java: [ '11' ]
     steps:
       - name: Set Workflow Build ID
         run: |

Reply via email to