Skip to content

Commit dfd1861

Browse files
authored
Run nightly instead of hourly
1 parent 055ee3d commit dfd1861

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/sync.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ name: Continuous Sync
22

33
on:
44
schedule:
5-
- cron: "0 * * * *"
5+
# Roughly 2AM PST
6+
- cron: "0 9 * * *"
67
workflow_dispatch:
78
push:
89
branches:

0 commit comments

Comments
 (0)