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-persistence-dynamodb.git


The following commit(s) were added to refs/heads/main by this push:
     new 5358637  Enable manual dispatch for nightly job
5358637 is described below

commit 53586379e4ab6fb94f61225ecd9913063cac8bd4
Author: Matthew de Detrich <[email protected]>
AuthorDate: Fri Mar 10 12:44:52 2023 +0100

    Enable manual dispatch for nightly job
---
 .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 ceba058..02de76f 100644
--- a/.github/workflows/publish-nightly.yml
+++ b/.github/workflows/publish-nightly.yml
@@ -20,6 +20,7 @@ name: Publish nightly artifacts
 on:
   schedule:
     - cron: "0 0 * * *"
+  workflow_dispatch:
 
 permissions:
   contents: read


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to