chore: add scheduled cache rebuild to prevent expiration

This commit is contained in:
Greyson LaLonde
2025-10-06 11:45:28 -04:00
committed by GitHub
parent 1a60848425
commit fadb59e0f0

View File

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