SIGN IN SIGN UP

Invalidate Linux build caches more agressively (#8031)

We run Linux CI on regular GitHub Action runners, which have ~30GB of
disk space. This is nothing for Rust builds and, due to Cargo.lock
perturbations, we tend to accumulate enough artifacts to fill the disk
entirely since `restore-keys` alowed to keep the cache for different
lockfiles.

Instead, try to invalidate the cache more aggressively (which will cost
us more frequent ~30min Linux CI runs) to see how this will work in
comparison.

Release Notes:

- N/A
K
Kirill Bulatov committed
37f6a706cc33fc97e7f1f4511db75dd6d50d1b5b
Parent: f4bafd5
Committed by GitHub <noreply@github.com> on 2/19/2024, 10:16:39 PM