This is an automated email from the ASF dual-hosted git repository. lidongdai pushed a commit to branch davidzollo-patch-2 in repository https://gitbox.apache.org/repos/asf/seatunnel-website.git
commit cbebf254a558fdb9a263bd6e507e1434afe58b46 Author: David Zollo <[email protected]> AuthorDate: Thu Mar 5 11:10:36 2026 +0800 Fix schedule syntax in deploy.yml --- .github/workflows/deploy.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1610e90d154c..9eec1742934c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -5,7 +5,9 @@ on: branches: [main] push: branches: [main] - schedule: + schedule: workflow_dispatch: + + # Run everyday at 5:00 AM (See https://pubs.opengroup.org/onlinepubs/9699919799/utilities/crontab.html#tag_20_25_07) - cron: "0 5 * * *"
