Skip to content

Commit 5993e1d

Browse files
committed
changed the cron to run every day at 3am
1 parent 53e6692 commit 5993e1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto-regenerate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: "Auto Regenerate"
33

44
on:
55
schedule:
6-
- cron: '0 0 * * 3'
6+
- cron: '0 3 * * *'
77

88
jobs:
99

0 commit comments

Comments
 (0)