Update sync.yml

change sync frequency from 1h to 1d
This commit is contained in:
dgqyushen 2023-04-22 08:42:11 +08:00 committed by GitHub
parent 8d0a420cc8
commit 838eb23db3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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