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 f96f5f1 Run the rebase gh action at 2 AM
f96f5f1 is described below
commit f96f5f1021af35504ae4de4b316c62ee532b053a
Author: Andrea Cosentino <[email protected]>
AuthorDate: Tue Aug 25 19:42:59 2020 +0200
Run the rebase gh action at 2 AM
---
.github/workflows/rebase-master-onto-camel-master.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/rebase-master-onto-camel-master.yml
b/.github/workflows/rebase-master-onto-camel-master.yml
index 3b3b5df..4333294 100644
--- a/.github/workflows/rebase-master-onto-camel-master.yml
+++ b/.github/workflows/rebase-master-onto-camel-master.yml
@@ -20,7 +20,7 @@ name: Daily Build Camel Master onto master
on:
schedule:
# Run every day at midnight
- - cron: '* * * * *'
+ - cron: '0 0 * * *'
jobs:
build: