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/10/12 10:04:05 UTC

[camel-karaf] branch workflow-dispatch created (now 1784700)

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

acosentino pushed a change to branch workflow-dispatch
in repository https://gitbox.apache.org/repos/asf/camel-karaf.git.


      at 1784700  Deploy GH Action: add trigger on workflow_dispatch

This branch includes the following new commits:

     new 1784700  Deploy GH Action: add trigger on workflow_dispatch

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[camel-karaf] 01/01: Deploy GH Action: add trigger on workflow_dispatch

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch workflow-dispatch
in repository https://gitbox.apache.org/repos/asf/camel-karaf.git

commit 17847005da0038b5dd92d1672fb8b2538defa2f2
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Oct 12 12:03:29 2020 +0200

    Deploy GH Action: add trigger on workflow_dispatch
---
 .github/workflows/asf-snapshots-deploy.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/asf-snapshots-deploy.yml b/.github/workflows/asf-snapshots-deploy.yml
index da3ce6e..23a9deb 100644
--- a/.github/workflows/asf-snapshots-deploy.yml
+++ b/.github/workflows/asf-snapshots-deploy.yml
@@ -20,6 +20,7 @@ on:
   schedule:
     # Run at 3 during night
     - cron:  '0 3 * * *'
+  workflow_dispatch:
 
 jobs:
   build: