This is an automated email from the ASF dual-hosted git repository.
zhonghongsheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/master by this push:
new e03028a9ede Update GitHub Action schedule-report.yml from hourly to
daily (#37570)
e03028a9ede is described below
commit e03028a9edecdbb366b88d758e9e1e458523f191
Author: Hongsheng Zhong <[email protected]>
AuthorDate: Mon Dec 29 18:14:24 2025 +0800
Update GitHub Action schedule-report.yml from hourly to daily (#37570)
---
.github/workflows/schedule-report.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/schedule-report.yml
b/.github/workflows/schedule-report.yml
index 3739d0303be..77a15c9ab42 100644
--- a/.github/workflows/schedule-report.yml
+++ b/.github/workflows/schedule-report.yml
@@ -19,7 +19,7 @@ name: Schedule - Report
on:
schedule:
- - cron: '0 */1 * * *' # per hour
+ - cron: '0 17 * * *' # Once a day. UTC time 17:00
workflow_dispatch:
env: