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 3229b02  Added workflow dispatch to changelog gh action (#1764)
3229b02 is described below

commit 3229b02abbbc8ca267f670f084f49a1542530a5b
Author: Andrea Cosentino <[email protected]>
AuthorDate: Thu Oct 15 09:33:51 2020 +0200

    Added workflow dispatch to changelog gh action (#1764)
---
 .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 2ed9c9d..b4de95f 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