Skip to content

Commit fadb59e

Browse files
chore: add scheduled cache rebuild to prevent expiration
1 parent 1a60848 commit fadb59e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
paths:
88
- "uv.lock"
99
- "pyproject.toml"
10+
schedule:
11+
- cron: "0 0 */5 * *" # Run every 5 days at midnight UTC to prevent cache expiration
1012
workflow_dispatch:
1113

1214
permissions:

0 commit comments

Comments
 (0)