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/10/15 07:23:27 UTC

[camel-k-runtime] 01/01: Add workflow dispatch to changelog gh action

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

acosentino pushed a commit to branch oscerd-patch-1
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git

commit 40677152c06903e696d554afa3b325c11d9c2948
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Oct 15 09:23:19 2020 +0200

    Add workflow dispatch to changelog gh action
---
 .github/workflows/automatic-changelog-update.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/automatic-changelog-update.yml b/.github/workflows/automatic-changelog-update.yml
index 62236a4..290470f 100644
--- a/.github/workflows/automatic-changelog-update.yml
+++ b/.github/workflows/automatic-changelog-update.yml
@@ -21,6 +21,7 @@ on:
   schedule:
     # Run at 3 during the night
     - cron:  '0 3 * * *'
+  workflow_dispatch:
 
 jobs:
   generate_changelog: