Check for Cache Existence Without Downloading #704
Unanswered
boennemann
asked this question in
Ideas
Replies: 2 comments
|
Ry |
0 replies
|
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.
I'm using a "dependencies" job at the beginning of my pipeline.
I then run a matrix that parallelises the following work. The matrix restores the cache with the same key and then always hits.
What I'm missing is a way to not download the cache at all in the dependencies job if the key is present in the cache.
Am I missing an existing way to do this, or could this be added?
All reactions