From e1f70d52a5a06f4349c7a3baa0525e6098cccf79 Mon Sep 17 00:00:00 2001 From: fujie Date: Wed, 11 Feb 2026 14:15:58 +0800 Subject: [PATCH] ci: remove push trigger for merged feature branch --- .github/workflows/community-stats.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/community-stats.yml b/.github/workflows/community-stats.yml index dee17dc..9975d5b 100644 --- a/.github/workflows/community-stats.yml +++ b/.github/workflows/community-stats.yml @@ -8,14 +8,8 @@ name: Community Stats on: - # 定时任务 schedule: - cron: '0 * * * *' - # 推送时触发(用于测试任务分支) - push: - branches: - - feat/stats-history-and-refactor - # 手动触发 workflow_dispatch: permissions: