Skip to content

Commit 5319361

Browse files
committed
change run every 6 hours to hourly
1 parent c18ec31 commit 5319361

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/douban_neodb_sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Douban to NeoDB Sync
22

33
on:
44
schedule:
5-
- cron: '30 */6 * * *' # Run every 6 hours (offset by 30 mins from Simkl sync)
5+
- cron: '30 * * * *' # Run hourly (offset by 30 mins from Simkl sync)
66
workflow_dispatch: # Allow manual trigger
77

88
permissions:

.github/workflows/douban_simkl_sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Douban to Simkl Sync
22

33
on:
44
schedule:
5-
- cron: '0 */6 * * *' # Run every 6 hours
5+
- cron: '0 * * * *' # Run hourly
66
workflow_dispatch: # Allow manual trigger
77

88
permissions:

0 commit comments

Comments
 (0)