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 <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]