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

View File

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