Stagger synchronization and check times

This commit is contained in:
Shiming Zhang 2022-01-07 20:11:26 +08:00
parent 2d15fb268d
commit f373764910
4 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@ on:
workflow_dispatch: workflow_dispatch:
schedule: schedule:
- cron: "0 14 * * *" - cron: "0 20 * * *"
jobs: jobs:
check: check:

View File

@ -3,7 +3,7 @@ on:
workflow_dispatch: workflow_dispatch:
schedule: schedule:
- cron: "0 15 * * *" - cron: "0 21 * * *"
jobs: jobs:
check: check:

View File

@ -2,7 +2,7 @@ name: Deep Sync
on: on:
schedule: schedule:
- cron: "0 */3 * * *" - cron: "0 15 * * *"
workflow_dispatch: workflow_dispatch:

View File

@ -2,7 +2,7 @@ name: Sync
on: on:
schedule: schedule:
- cron: "0 */4 * * *" - cron: "0 3,9,15 * * *"
workflow_dispatch: workflow_dispatch: