You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pekko.apache.org by md...@apache.org on 2023/03/25 13:33:36 UTC

[incubator-pekko-connectors-kafka] branch main updated: Allow manual trigger for nightly publish

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

mdedetrich pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-connectors-kafka.git


The following commit(s) were added to refs/heads/main by this push:
     new 267012de Allow manual trigger for nightly publish
267012de is described below

commit 267012deb96a7eb90c413066818c1e4422b8d840
Author: Matthew de Detrich <ma...@aiven.io>
AuthorDate: Sat Mar 25 13:24:21 2023 +0100

    Allow manual trigger for nightly publish
---
 .github/workflows/publish-nightly.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/publish-nightly.yml b/.github/workflows/publish-nightly.yml
index 2ab19721..e42a75fe 100644
--- a/.github/workflows/publish-nightly.yml
+++ b/.github/workflows/publish-nightly.yml
@@ -18,6 +18,7 @@
 name: Publish nightly artifacts
 
 on:
+  workflow_dispatch:
   schedule:
     - cron: "0 0 * * *"
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pekko.apache.org
For additional commands, e-mail: commits-help@pekko.apache.org