Update sync.yml

因为 Vercel 频繁更新会失败,遂建议改为一天同步一次。
This commit is contained in:
Crazyang 2023-05-09 01:03:51 +08:00 committed by GitHub
parent 8f21e736dd
commit a1418fe33c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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