fix(ci): temporarily disable pr-auto-scan schedule to stop failure spam #1635

Merged
xiaoxia merged 2 commits from fix/disable-pr-auto-scan-schedule into develop 2026-09-03 01:34:24 +08:00
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
CI re-trigger after runner add-host/DNS fix. This file is harmless and not referenced.
+1 -1
View File
@@ -3,7 +3,7 @@ name: PR Auto Scan
# 作为短作业模式的兜底,防止事件驱动遗漏
on:
schedule:
- cron: "*/15 * * * *" # 每10分钟扫描一次(脚本自带240s墙钟上限,降频减负)
# - cron: "*/15 * * * *" # DISABLED: temporarily to stop failure spam (2026-09-02) # 每10分钟扫描一次(脚本自带240s墙钟上限,降频减负)
workflow_dispatch:
permissions: