Replies: 1 comment
-
Yes, please!!! Here's an actual use case:
Basically, there is a need to disable automatic cache creation. Put another way, there needs to be an option to run the action in a "read-only" mode, where all it does is attempt to restore a cache, if a match can be found. Without this ability to prevent cache generation, the cache system breaks for many uses. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Cache is generated even when the restore key is applied.
There is a cache capacity limit (10G), so in that case I don't want to generate a cache, but is there any way?
It would also be nice to have a feature like read-only that doesn't generate cache even if it doesn't match the restore key.
Beta Was this translation helpful? Give feedback.
All reactions