This is an automated email from the ASF dual-hosted git repository.
liudongkai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler-website.git
The following commit(s) were added to refs/heads/master by this push:
new 757666a21f Revert "update website yml (#928)" (#929)
757666a21f is described below
commit 757666a21f7484ee2f1a9a912ce089bf968b850c
Author: Jay Chung <[email protected]>
AuthorDate: Wed Dec 6 13:50:37 2023 +0800
Revert "update website yml (#928)" (#929)
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