This is an automated email from the ASF dual-hosted git repository. martijnvisser pushed a commit to branch v3.0 in repository https://gitbox.apache.org/repos/asf/flink-connector-gcp-pubsub.git
commit 40d1979fa725240400cbc700763783ccc919f6c1 Author: Martijn Visser <[email protected]> AuthorDate: Mon Mar 13 10:15:56 2023 +0100 [hotfix] Allow manual triggering of nightly build (cherry picked from commit d32b1f955ba76b370a636699a0c63ae7e3e2e903) --- .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'
