Skip to content

Commit 3a579c6

Browse files
committed
update the cron schedule for update-snapshots.yml
1 parent 38b748c commit 3a579c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-snapshots.yml

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

33
on:
44
schedule:
5-
- cron: "0 * * * *" # testing
5+
- cron: "0 15 * * *" # every day 11am EST
66

77
jobs:
88
check:

0 commit comments

Comments
 (0)