mirror of
https://github.com/openswarm-ai/openswarm.git
synced 2026-08-29 19:29:48 +02:00
[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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user