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 <[email protected]>
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:

Reply via email to