mirror of
https://github.com/huhu/rust-search-extension
synced 2024-11-15 08:07:08 +00:00
Reduce crates index build interval to 12 hours
This commit is contained in:
parent
3f9fb5db27
commit
50d49a3f59
1 changed files with 1 additions and 1 deletions
2
.github/workflows/crates-index.yml
vendored
2
.github/workflows/crates-index.yml
vendored
|
@ -2,7 +2,7 @@ name: crates-index
|
|||
|
||||
on:
|
||||
schedule:
|
||||
- cron: "0 */1 * * *"
|
||||
- cron: "0 */12 * * *"
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Reference in a new issue