This is an automated email from the ASF dual-hosted git repository.
dannycranmer pushed a commit to branch v3.0
in repository https://gitbox.apache.org/repos/asf/flink-connector-jdbc.git
The following commit(s) were added to refs/heads/v3.0 by this push:
new c3636bd [hotfix] Add manual build trigger for nightly CI
c3636bd is described below
commit c3636bd503f3d1d8ce76d1ab9ffee3e86ee32508
Author: Danny Cranmer <[email protected]>
AuthorDate: Thu Apr 13 10:26:30 2023 +0100
[hotfix] Add manual build trigger for nightly CI
---
.github/workflows/weekly.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/weekly.yml b/.github/workflows/weekly.yml
index e20bf15..577ff1f 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'