1 parent c18ec31 commit 5319361Copy full SHA for 5319361
2 files changed
.github/workflows/douban_neodb_sync.yml
@@ -2,7 +2,7 @@ name: Douban to NeoDB Sync
2
3
on:
4
schedule:
5
- - cron: '30 */6 * * *' # Run every 6 hours (offset by 30 mins from Simkl sync)
+ - cron: '30 * * * *' # Run hourly (offset by 30 mins from Simkl sync)
6
workflow_dispatch: # Allow manual trigger
7
8
permissions:
.github/workflows/douban_simkl_sync.yml
@@ -2,7 +2,7 @@ name: Douban to Simkl Sync
- - cron: '0 */6 * * *' # Run every 6 hours
+ - cron: '0 * * * *' # Run hourly
0 commit comments