Merge pull request #48 from DaoCloud/schedule

Update schedule
This commit is contained in:
Shiming Zhang 2022-01-14 10:30:32 +08:00 committed by GitHub
commit 4f085300fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

@ -2,7 +2,7 @@ name: Deep Sync
on:
schedule:
- cron: "0 15 * * *"
- cron: "0 17,21,13 * * *"
workflow_dispatch:

View File

@ -2,7 +2,7 @@ name: Sync
on:
schedule:
- cron: "0 3,9,15 * * *"
- cron: "0 19,23,11,15 * * *"
workflow_dispatch: