Cache not found on next run #522
Unanswered
Hermanverschooten
asked this question in
Q&A
Replies: 1 comment 1 reply
-
@Hermanverschooten There are restrictions on when a cache can be used - https://docs.github.com/en/actions/guides/caching-dependencies-to-speed-up-workflows#restrictions-for-accessing-a-cache I suspect since you mention branching that this is related to "branch scoping". Some more info is also discussed in this issue - #79 (comment) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I did a test run this morning nr 50, and noticed my compile step was again compiling. So I look at the output of the Cache step and it said
The run was successful, the cache was saved, and the dependent jobs found the cache, all is well.
I just pushed a new branch, the test started and again it will not find the cache, although the cache key has not changed.
Cache not found for input keys: Linux-23.0.2-1.11.3-deps-f3479f7b0edc4db67e7a21fe1b7e407fa92d843da286e3d412290e33fd8b630f
Any clues?
Beta Was this translation helpful? Give feedback.
All reactions