Skip to content

Attempt to improve cache by using cache per branch.

Peio Rigaux requested to merge feature/improve_mr_cache into master

At the branch creation it shoudl fetch the cache from the main branch in pull only, and only after te merge it should update the main branch cache in push. This way, each branch could have optimal cache without impacting the others

Merge request reports