Check for Cache Existence Without Downloading #704
Unanswered
boennemann
asked this question in
Ideas
Replies: 2 comments
-
Ry |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
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
-
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?
Beta Was this translation helpful? Give feedback.
All reactions