You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Docs:
> The cache action first searches for cache hits for `key` and `restore-keys` in the branch containing the workflow run. If there are no hits in the current branch, the cache action searches for `key` and `restore-keys` in the parent branch and upstream branches.
So the `key` matches first in any case & scenario. & because `*-bench-*` was
proven to be superflous & so removed - now we have only 1 namespace to search
through. & so we arrived at this simple solution (it is also exactly the way how cache nicely works in
repositories I manage).
0 commit comments