mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-08-26 18:57:59 +00:00
fix: revert bad cron sched
This reverts commit b71c88814f3455f228576996b931d950e7213ffa.
This commit is contained in:
2
.github/workflows/build-uv-cache.yml
vendored
2
.github/workflows/build-uv-cache.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user