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


The following commit(s) were added to refs/heads/main by this push:
     new 0b2bf49  [hotfix] Allow manual triggering of nightly builds
0b2bf49 is described below

commit 0b2bf49f43d8c8c9e36bee4a403dcdc9b91f1a34
Author: Martijn Visser <[email protected]>
AuthorDate: Tue Mar 14 11:52:56 2023 +0100

    [hotfix] Allow manual triggering of nightly builds
---
 .github/workflows/weekly.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/weekly.yml b/.github/workflows/weekly.yml
index 76c0f74..9d34bc1 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