Sampark Sharma
Sampark Sharma
@kylrth actions/checkout runs for cleanup. If cache was allowed to save cache even on job fail then it could create corrupted cache, in most cases. If there is more request...
Thanks @jorgemo-fever for pointing that. We have internal discussions related to these issues.
@licht1stein Kindly resolve the conflicts? Thanks
@licht1stein Closing this PR. Can you update the PR and reopen this?
Creating cache on main Getting a cache hit on a release tag created from main branch Either the issue seems to be resolved with v3 or it is specific to...
@richardscollin Cache is usable by the child branch. If a cache is made on main branch all child branches, including tags from main would be able to use it. In...
@grafolean Here is the docs referred https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows#restrictions-for-accessing-a-cache
@richardscollin It is true. Workflow file like above cannot make use of cache. Save cache is used mostly in a workflow which triggers on more frequently like push or pull_request...
Sure @grafolean. Re-opening this issue for now then
@grafolean @richardscollin We have updated the docs to call out the behaviour: https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows#restrictions-for-accessing-a-cache