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.git
The following commit(s) were added to refs/heads/master by this push: new 10222a1 Automatic changelog: Let's run during the night only one time (#1692) 10222a1 is described below commit 10222a1f6f7535cba5ba606a19a90aa87921a853 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Sep 8 07:49:17 2020 +0200 Automatic changelog: Let's run during the night only one time (#1692) --- .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: