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/10/01 19:31:17 UTC

[camel-kafka-connector] 02/02: Deploy GH Action Changed time

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

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

commit 894d3a965ffc79628cf1d30bc83ef1e9845c47b0
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Oct 1 21:30:46 2020 +0200

    Deploy GH Action Changed time
---
 .github/workflows/asf-snapshots-deploy.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/asf-snapshots-deploy.yml b/.github/workflows/asf-snapshots-deploy.yml
index 69ec5d9..ca6c4c2 100644
--- a/.github/workflows/asf-snapshots-deploy.yml
+++ b/.github/workflows/asf-snapshots-deploy.yml
@@ -18,8 +18,8 @@ name: Deploy Camel Kafka Connector Snapshot
 
 on:
   schedule:
-    # Run at 2 during night
-    - cron:  '0 2 * * *'
+    # Run at 1 during night
+    - cron:  '0 1 * * *'
 
 jobs:
   build: