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/11/18 05:56:34 UTC

[camel-karaf] branch master updated: Adding workflow dispatch to sync gh action

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-karaf.git


The following commit(s) were added to refs/heads/master by this push:
     new 76d98b5  Adding workflow dispatch to sync gh action
76d98b5 is described below

commit 76d98b5db5db81762982a13fd7fce8b207d7739a
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Nov 18 06:56:17 2020 +0100

    Adding workflow dispatch to sync gh action
---
 .github/workflows/automatic-sync-master.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/automatic-sync-master.yml b/.github/workflows/automatic-sync-master.yml
index 8cfa094..c85bb50 100644
--- a/.github/workflows/automatic-sync-master.yml
+++ b/.github/workflows/automatic-sync-master.yml
@@ -21,6 +21,8 @@ on:
   schedule:
     # Run at midnight every day
     - cron:  '0 0 * * *'
+  workflow_dispatch:
+  
 jobs:
   build:
     name: Sync Camel Karaf Master Branch