fix: revert bad cron sched
Some checks failed
Notify Downstream / notify-downstream (push) Has been cancelled
Mark stale issues and pull requests / stale (push) Has been cancelled

This reverts commit b71c88814f.
This commit is contained in:
Greyson LaLonde
2025-10-09 13:52:25 -04:00
committed by GitHub
parent b71c88814f
commit 29919c2d81

View File

@@ -8,7 +8,7 @@ on:
- "uv.lock"
- "pyproject.toml"
schedule:
- cron: "0 0 1,6,11,16,21,26 * *" # Run every 5 days at midnight UTC to prevent cache expiration
- cron: "0 0 */5 * *" # Run every 5 days at midnight UTC to prevent cache expiration
workflow_dispatch:
permissions: