From 643f1592059bf2bae3f171f3828527a40848613f Mon Sep 17 00:00:00 2001 From: Eric Date: Thu, 28 May 2026 09:24:01 -0700 Subject: [PATCH] [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 --- .github/workflows/dogfood.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dogfood.yml b/.github/workflows/dogfood.yml index d971252e..2f4bb3f6 100644 --- a/.github/workflows/dogfood.yml +++ b/.github/workflows/dogfood.yml @@ -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: