Skip to content

Commit 8cc74bb

Browse files
committed
Remove push trigger from cache.yml - use weekly schedule only
Long-running cache builds should only run: - Weekly on schedule (Monday 3am) - Manual dispatch when needed - Not on every main push (dependencies change rarely)
1 parent 812380e commit 8cc74bb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/cache.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
name: Build Cache [using jupyter-book]
22
on:
3-
push:
4-
branches: [main]
53
schedule:
64
# Execute cache weekly at 3am on Monday
75
- cron: '0 3 * * 1'

0 commit comments

Comments
 (0)