Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/data-refresh.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Refresh intelligence data

on:
schedule:
# Daily at 20:17 Asia/Shanghai; the weekly Issue remains Sunday-gated below.
- cron: "17 12 * * *"
# schedule: # Paused: auto-refresh disabled to avoid unnecessary token consumption.
# # Daily at 20:17 Asia/Shanghai; the weekly Issue remains Sunday-gated below.
# - cron: "17 12 * * *"
workflow_dispatch:
inputs:
mode:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/monitor.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Monitor system health

on:
schedule:
# Monday 08:17 Asia/Shanghai, after the weekly refresh and Pages deployment.
- cron: "17 0 * * 1"
# schedule: # Paused: auto-refresh disabled to avoid unnecessary token consumption.
# # Monday 08:17 Asia/Shanghai, after the weekly refresh and Pages deployment.
# - cron: "17 0 * * 1"
workflow_dispatch:
inputs:
allow_notification:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/quality-guard.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Guard evaluation quality

on:
schedule:
# Monday 08:47 Asia/Shanghai.
- cron: "47 0 * * 1"
# schedule: # Paused: auto-refresh disabled to avoid unnecessary token consumption.
# # Monday 08:47 Asia/Shanghai.
# - cron: "47 0 * * 1"
workflow_dispatch:

permissions:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/source-audit.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Audit source health

on:
schedule:
# Sunday 06:37 Asia/Shanghai, before the weekly refresh.
- cron: "37 22 * * 6"
# schedule: # Paused: auto-refresh disabled to avoid unnecessary token consumption.
# # Sunday 06:37 Asia/Shanghai, before the weekly refresh.
# - cron: "37 22 * * 6"
workflow_dispatch:

permissions:
Expand Down