Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
Currently in our CI flow we create a new cache key for every new commit hash pushed which could reach the 5GB eviction limit of github cache fast. In consequence we encounter cache miss more times than plausible. To improve this we should only create a single key on branch level.