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:47:51 UTC

[camel-k-runtime] branch master updated: Automatic changelog: Let's run during the night just one time (#465)

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-k-runtime.git


The following commit(s) were added to refs/heads/master by this push:
     new 93bb5d9  Automatic changelog: Let's run during the night just one time (#465)
93bb5d9 is described below

commit 93bb5d9dbdd0b7533fea84db8424f7c0316fb5f4
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Sep 8 07:47:45 2020 +0200

    Automatic changelog: Let's run during the night just one time (#465)
---
 .github/workflows/automatic-changelog-update.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/automatic-changelog-update.yml b/.github/workflows/automatic-changelog-update.yml
index e43c01c..1205698 100644
--- a/.github/workflows/automatic-changelog-update.yml
+++ b/.github/workflows/automatic-changelog-update.yml
@@ -20,7 +20,7 @@ name: Changelog
 on:
   schedule:
     # Run every hour
-    - cron:  '0 * * * *'
+    - cron:  '0 3 * * *'
 
 jobs:
   generate_changelog: