mirror of
https://github.com/crewAIInc/crewAI.git
synced 2025-12-16 04:18:35 +00:00
chore: add scheduled cache rebuild to prevent expiration
Some checks failed
Some checks failed
This commit is contained in:
2
.github/workflows/build-uv-cache.yml
vendored
2
.github/workflows/build-uv-cache.yml
vendored
@@ -7,6 +7,8 @@ on:
|
|||||||
paths:
|
paths:
|
||||||
- "uv.lock"
|
- "uv.lock"
|
||||||
- "pyproject.toml"
|
- "pyproject.toml"
|
||||||
|
schedule:
|
||||||
|
- cron: "0 0 */5 * *" # Run every 5 days at midnight UTC to prevent cache expiration
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
|
|||||||
Reference in New Issue
Block a user