From afde18d940689cc5fc55b0dfedfed016e2c6617c Mon Sep 17 00:00:00 2001 From: adminroot Date: Thu, 11 Sep 2025 23:44:17 -0700 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/update-ru?= =?UTF-8?q?les.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/update-rules.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitea/workflows/update-rules.yml b/.gitea/workflows/update-rules.yml index dc7f2a6..beef2ea 100644 --- a/.gitea/workflows/update-rules.yml +++ b/.gitea/workflows/update-rules.yml @@ -1,8 +1,7 @@ name: Download Clash Rules on: schedule: - # 每天 UTC 2点执行 (北京时间10点) - - cron: '0 2 * * *' + - cron: '0 23 * * *' workflow_dispatch: push: branches: [ main, master ] @@ -39,7 +38,6 @@ jobs: echo "=== 文件大小统计 ===" du -h ruleset/* - # 方法1: 使用环境变量设置日期 - name: 设置日期环境变量 run: echo "DATE=$(date +'%Y%m%d')" >> $GITHUB_ENV