This is an automated email from the ASF dual-hosted git repository. zhongjiajie pushed a commit to branch revert-928-feat/update-website-yml in repository https://gitbox.apache.org/repos/asf/dolphinscheduler-website.git
commit 24107d001be2b29ebbbb34fb4ba82a177b37d979 Author: Jay Chung <[email protected]> AuthorDate: Wed Dec 6 13:46:09 2023 +0800 Revert "update website yml (#928)" This reverts commit da41fad6f1e82edf971757318d78eb092da34273. --- .github/workflows/website.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 9a4b5c3136..edde5fa9d0 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -4,11 +4,11 @@ on: pull_request: branches: - master -# push: -# branches: -# - master -# schedule: -# - cron: '0 5 * * *' + push: + branches: + - master + schedule: + - cron: '0 5 * * *' env: # We use the repo in swap/dolphinscheduler to build all python versions docs
