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/08 05:49:13 UTC

[camel-k] 01/01: Automatic changelog: Let's run during the night only one time

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

acosentino pushed a commit to branch changelog-up
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit bae6c89156316e3948cc12ba65b712c019e87abf
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Sep 8 07:49:03 2020 +0200

    Automatic changelog: Let's run during the night only one time
---
 .github/workflows/automatic-changelog-update.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/automatic-changelog-update.yml b/.github/workflows/automatic-changelog-update.yml
index e43c01c..314d7e3 100644
--- a/.github/workflows/automatic-changelog-update.yml
+++ b/.github/workflows/automatic-changelog-update.yml
@@ -19,8 +19,8 @@ name: Changelog
 
 on:
   schedule:
-    # Run every hour
-    - cron:  '0 * * * *'
+    # Run at 3 during the night
+    - cron:  '0 3 * * *'
 
 jobs:
   generate_changelog: