You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pp...@apache.org on 2020/10/15 07:26:00 UTC

[camel-quarkus] branch master updated: Trigger changelog generation on workflow_dispatch

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

ppalaga pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/master by this push:
     new a469470  Trigger changelog generation on workflow_dispatch
a469470 is described below

commit a469470c62fa479949f645174cba80cc411fc266
Author: James Netherton <ja...@gmail.com>
AuthorDate: Thu Oct 15 08:19:37 2020 +0100

    Trigger changelog generation on workflow_dispatch
---
 .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 123be42..8336b8c 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 night
     - cron:  '0 3 * * *'
+  workflow_dispatch:
 
 jobs:
   generate_changelog: