Gábor Gyimesi created MINIFICPP-1657:
----------------------------------------
Summary: Improve github actions cache usage
Key: MINIFICPP-1657
URL: https://issues.apache.org/jira/browse/MINIFICPP-1657
Project: Apache NiFi MiNiFi C++
Issue Type: Improvement
Reporter: Gábor Gyimesi
Assignee: Gábor Gyimesi
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.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)