We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 055ee3d commit dfd1861Copy full SHA for dfd1861
.github/workflows/sync.yml
@@ -2,7 +2,8 @@ name: Continuous Sync
2
3
on:
4
schedule:
5
- - cron: "0 * * * *"
+ # Roughly 2AM PST
6
+ - cron: "0 9 * * *"
7
workflow_dispatch:
8
push:
9
branches:
0 commit comments