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-rabbitmq.git
commit c5ee71acffff968257f9ac30a75a0b49f8159dd5 Author: Martijn Visser <[email protected]> AuthorDate: Mon Apr 3 14:21:47 2023 +0200 [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 ce3fd41..89f5ec8 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'
