+# 2. GitHub has a 10G as default limit of cache pool per repo. HLS is a big community project & monorepo of many projects, so cache pool can get exhausted & invaidated easilly. Because of that, to keep cache useful - the main branch state caches should be preserved & kept well below the limit & that preferred to the PR caches, since PRs from internal branches - would count into the repo 10G pool, while PR cache is available only inside of the PR, which would bork cache fore the whole community. That is a short story why `dist-newstyle` (especially full) - is not includded into `master` cache.
0 commit comments