fix: correct cron schedule to run every 5 days at specific dates

This commit is contained in:
Greyson LaLonde
2025-10-09 13:10:45 -04:00
committed by GitHub
parent cb8bcfe214
commit b71c88814f

View File

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