Skip to content

Commit dd64ed2

Browse files
committed
Cache update every 3 days is better
1 parent bc681e8 commit dd64ed2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cache-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: cache-update
22

33
on:
44
schedule:
5-
- cron: '*/30 * * * *' # every 30m for testing
5+
- cron: '0 0 */3 * *' # every 30m for testing
66

77
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
88
jobs:

0 commit comments

Comments
 (0)