mirror of
https://github.com/actions/cache.git
synced 2025-08-21 00:20:17 +00:00
The skip-save option allows users to force the cache to skip saving the cache. skip-save can be set to a constant or to an expression that will be evaluated at the end of the CI job, such as an environment variable. This is for #498