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 88ac0a3938 [ga](cronjob) make cron job run at 01:00, 12:00, 18:00
every day (#629)
88ac0a3938 is described below
commit 88ac0a3938fc1d962ec502ad5b4eec306edd4100
Author: Mingyu Chen <[email protected]>
AuthorDate: Thu May 9 10:29:10 2024 +0800
[ga](cronjob) make cron job run at 01:00, 12:00, 18:00 every day (#629)
---
.github/workflows/cron-deploy-website.yml | 2 +-
.github/workflows/cron-generate-pdf.yml | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/cron-deploy-website.yml
b/.github/workflows/cron-deploy-website.yml
index e0ec3adf81..adb05c0bf3 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 1 * * *'
+ - cron: '0 12,18,1 * * *'
jobs:
build-and-deploy:
diff --git a/.github/workflows/cron-generate-pdf.yml
b/.github/workflows/cron-generate-pdf.yml
index b05a90208e..8ece1d69ef 100644
--- a/.github/workflows/cron-generate-pdf.yml
+++ b/.github/workflows/cron-generate-pdf.yml
@@ -2,7 +2,7 @@ name: Cron Generate Pdf
on:
schedule:
- - cron: '0 1 * * *'
+ - cron: '0 12,18,1 * * *'
jobs:
build-and-deploy:
@@ -37,4 +37,4 @@ jobs:
# use your own endpoint
endpoint: ${{ secrets.ALIYUN_OSS_ENDPOINT }}
folder: build-pdf
- onlyUpload: true
\ No newline at end of file
+ onlyUpload: true
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]