Reduce crates index build interval to 12 hours

This commit is contained in:
Folyd 2020-02-24 21:31:05 +08:00
parent 3f9fb5db27
commit 50d49a3f59

View file

@ -2,7 +2,7 @@ name: crates-index
on:
schedule:
- cron: "0 */1 * * *"
- cron: "0 */12 * * *"
jobs:
build: