Merge pull request #1335 from yzy1996/patch-1

改为一天同步一次 Update sync.yml
This commit is contained in:
Yifei Zhang 2023-05-09 01:22:20 +08:00 committed by GitHub
commit eeef92b068
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 day
workflow_dispatch: workflow_dispatch:
jobs: jobs: