Marcus Boerger
Marcus Boerger
Proposal to implement https://github.com/actions/cache/issues/1570, https://github.com/actions/cache/discussions/1598 ## Description Allows to control whether new caches can be written in post action on success. ## Motivation and Context In some cases you want...
In some cases you want to read but not save a new cache. For instance when you run workflows on a tag action, then you probably want to read caches...
When the a new cache key is written and then it should be possible to delete older caches for the same branch. Example: PR: Commit 1: - No cache on...