Revert "new: Delete cache older than 14 days."

This reverts commit 0716d005db.
This commit is contained in:
Miles Johnson 2023-04-18 11:19:47 -07:00
parent 0716d005db
commit 0027d396fa
4 changed files with 4 additions and 21 deletions

View file

@ -93,7 +93,6 @@ The following optimizations and considerations are taken into account when cachi
crate, a checkout will be performed on-demand.
- The `/registry` directory is _cleaned_ before saving the cache. This includes removing `src`,
`.cache`, and any other unnecessary files.
- Registry artifacts older than 14 days will be removed.
- `/target/debug`
- Only the `debug` profile is cached, as this profile is typically used for formatting, linting,
and testing.