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-jdbc.git


The following commit(s) were added to refs/heads/main by this push:
     new c89a825  [hotfix] Allow weekly builds to be triggered manually
c89a825 is described below

commit c89a8255e3c0eb606f75dc09e14d9592b52807e8
Author: Martijn Visser <mvis...@confluent.io>
AuthorDate: Tue Apr 4 19:45:06 2023 +0200

    [hotfix] Allow weekly builds to be triggered manually
---
 .github/workflows/weekly.yml | 1 +
 1 file changed, 1 insertion(+)

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

Reply via email to