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
commit 6766e3e33ec9fc2abba24bca3db9ffa6031922bc Author: Andrea Cosentino <[email protected]> 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:
