This is an automated email from the ASF dual-hosted git repository.
kassiez pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git
The following commit(s) were added to refs/heads/master by this push:
new 81f6c4db00e Update cron-deploy-website.yml (#1577)
81f6c4db00e is described below
commit 81f6c4db00e4f1d9b1a4c873f4f579a9ae1acb1e
Author: Jeffrey <[email protected]>
AuthorDate: Tue Dec 24 16:06:20 2024 +0800
Update cron-deploy-website.yml (#1577)
---
.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: [email protected]
For additional commands, e-mail: [email protected]