The Swatinem/rust-cache included action takes a save-if option that is handy for saving the cache only on specific conditions, e.g. only on the default branch so that feature-branch runs don't evict main's cache. Unfortunately, this option is not included in the pass-through options of this action.
The Swatinem/rust-cache included action takes a
save-ifoption that is handy for saving the cache only on specific conditions, e.g. only on the default branch so that feature-branch runs don't evictmain's cache. Unfortunately, this option is not included in the pass-through options of this action.