Skip to content

Commit 29919c2

Browse files
fix: revert bad cron sched
This reverts commit b71c888.
1 parent b71c888 commit 29919c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-uv-cache.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- "uv.lock"
99
- "pyproject.toml"
1010
schedule:
11-
- cron: "0 0 1,6,11,16,21,26 * *" # Run every 5 days at midnight UTC to prevent cache expiration
11+
- cron: "0 0 */5 * *" # Run every 5 days at midnight UTC to prevent cache expiration
1212
workflow_dispatch:
1313

1414
permissions:

0 commit comments

Comments
 (0)