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 6cfad86  Add workflow dispatch to changelog gh action
6cfad86 is described below

commit 6cfad865e567562188f9b523dab27f34b71e9b7c
Author: Andrea Cosentino <[email protected]>
AuthorDate: Thu Oct 15 09:23:21 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