From f0017ffacdb2261a43225e83fb2c2e0ac9625056 Mon Sep 17 00:00:00 2001 From: fujie Date: Tue, 6 Jan 2026 02:14:26 +0800 Subject: [PATCH] =?UTF-8?q?=E2=8F=B0=20=E7=BB=9F=E8=AE=A1=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E6=9B=B4=E6=96=B0=E9=A2=91=E7=8E=87=E6=94=B9=E4=B8=BA?= =?UTF-8?q?=E6=AF=8F=E5=B0=8F=E6=97=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/community-stats.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/community-stats.yml b/.github/workflows/community-stats.yml index 5e635e9..69e7727 100644 --- a/.github/workflows/community-stats.yml +++ b/.github/workflows/community-stats.yml @@ -1,12 +1,12 @@ # OpenWebUI 社区统计报告自动生成 -# 每天自动获取并更新社区统计数据 +# 每小时自动获取并更新社区统计数据 name: Community Stats on: - # 每天 UTC 8:00 (北京时间 16:00) 自动运行 + # 每小时整点运行 schedule: - - cron: '0 8 * * *' + - cron: '0 * * * *' # 手动触发 workflow_dispatch: