Update sync.yml

change schedule with every day
This commit is contained in:
sjn 2023-04-14 17:00:46 +08:00 committed by GitHub
parent 563eb96282
commit 75b3561594
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ permissions:
on:
schedule:
- cron: "0 * * * *" # every hour
- cron: "0 0 * * *" # every day
workflow_dispatch:
jobs: