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

martijnvisser pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-connector-pulsar.git


The following commit(s) were added to refs/heads/main by this push:
     new 042454d  [hotfix] Allow manual run of daily build
042454d is described below

commit 042454dae9ed7ff48320ba527e4be898079c3998
Author: Martijn Visser <[email protected]>
AuthorDate: Tue Apr 4 16:04:06 2023 +0200

    [hotfix] Allow manual run of daily build
---
 .github/workflows/daily.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/daily.yml b/.github/workflows/daily.yml
index 31752df..a09b3d8 100644
--- a/.github/workflows/daily.yml
+++ b/.github/workflows/daily.yml
@@ -20,6 +20,7 @@ name: Nightly
 on:
   schedule:
     - cron: "0 0 * * *"
+  workflow_dispatch:
 jobs:
   compile_and_test:
     if: github.repository_owner == 'apache'

Reply via email to