From 10f1f631717a3d077b4369f0a325d979b27bbc8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=91=E8=AF=9A=20=28Cheng=20Zheng=29?= Date: Thu, 18 Jun 2026 13:40:51 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E4=BF=AE=E5=A4=8D=E8=87=AA=E8=A7=A6?= =?UTF-8?q?=E5=8F=91=E5=BE=AA=E7=8E=AF=EF=BC=8C=E7=A6=81=E7=94=A8=E6=97=A7?= =?UTF-8?q?=E5=AE=9A=E6=97=B6=20Action?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/process_list.yml | 4 +--- .github/workflows/trigger_claude_routine.yml | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/process_list.yml b/.github/workflows/process_list.yml index d8e548c..2babe91 100644 --- a/.github/workflows/process_list.yml +++ b/.github/workflows/process_list.yml @@ -1,8 +1,6 @@ name: 提交项目(每 24 小时运行一次,晚上 00:00) on: - schedule: - - cron: '0 16 * * *' # 每天 UTC 16:00 运行(北京时间 00:00) - workflow_dispatch: # 支持手动触发 + workflow_dispatch: # 已由 Claude Routine 接管自动处理,保留手动触发作为备用 jobs: build: diff --git a/.github/workflows/trigger_claude_routine.yml b/.github/workflows/trigger_claude_routine.yml index f297ad7..bcc2dfd 100644 --- a/.github/workflows/trigger_claude_routine.yml +++ b/.github/workflows/trigger_claude_routine.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest if: | github.event_name == 'issues' || - github.event_name == 'pull_request' || + (github.event_name == 'pull_request' && !startsWith(github.event.pull_request.head.ref, 'auto-add-')) || (github.event_name == 'issue_comment' && github.event.issue.number == 160) steps: - name: 触发 Claude Routine