This is an automated email from the ASF dual-hosted git repository.

jeffreyh pushed a commit to branch jeffreys-cat-patch-2
in repository https://gitbox.apache.org/repos/asf/doris-website.git

commit 93dda3539bfb7afda2c16a1b965c1d007c34a63e
Author: Jeffrey <color.d...@gmail.com>
AuthorDate: Tue Dec 24 15:29:01 2024 +0800

    Update cron-deploy-website.yml
---
 .github/workflows/cron-deploy-website.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/cron-deploy-website.yml 
b/.github/workflows/cron-deploy-website.yml
index 32089a10944..90394beaa4d 100644
--- a/.github/workflows/cron-deploy-website.yml
+++ b/.github/workflows/cron-deploy-website.yml
@@ -2,7 +2,7 @@ name: Cron Deploy
 
 on:
     schedule:
-        - cron: '0 4,10,17 * * *' # UTC time
+        - cron: '0 * * * *' # Runs every hour.
 permissions: write-all
 jobs:
     build-and-deploy:


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to