While reading the readme I noticed that lookup-only says it does a lookup but no download.
I would like to benefit from a cache entry if there is one, but not saving the result I would have made.
This would allow deployments to get the cache from the main branch but not overwrite it.
Same for pull requests.
Why not having restore-only ?
Related to #109 but for read only
While reading the readme I noticed that
lookup-onlysays it does a lookup but no download.I would like to benefit from a cache entry if there is one, but not saving the result I would have made.
This would allow deployments to get the cache from the main branch but not overwrite it.
Same for pull requests.
Why not having
restore-only?Related to #109 but for read only