This is an automated email from the ASF dual-hosted git repository.
morningman 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 4b876c92d34 [action] change cron to UTC time (#783)
4b876c92d34 is described below
commit 4b876c92d3440dbb8d9f1c3112a0fe1dff43cd29
Author: Mingyu Chen <[email protected]>
AuthorDate: Mon Jun 24 13:55:10 2024 +0800
[action] change cron to UTC time (#783)
---
.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 adb05c0bf36..2bb4c9d16fa 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 12,18,1 * * *'
+ - cron: '0 4,10,17 * * *' # UTC time
jobs:
build-and-deploy:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]