[eric] ci: change dogfood cron from every-six-hours to every-two-hours so twelve consecutive clean runs accrue in twenty-four hours instead of three days while keeping cost at roughly one third of an every-thirty-minutes cadence

This commit is contained in:
Eric
2026-05-28 09:24:01 -07:00
parent d6dd58bc65
commit 643f159205
+1 -1
View File
@@ -11,7 +11,7 @@ name: Dogfood (preflight verdict vs reality)
on:
schedule:
- cron: '0 */6 * * *' # every 6 hours; 4 runs/day; 12 runs ~= 3 days of dogfood
- cron: '0 */2 * * *' # every 2 hours; 12 runs/day; 12 consecutive clean ~= 24h of dogfood
push:
branches: [eric/lock]
workflow_dispatch: