We are exceeding Github workflow cache limit of 10GB by a lot. That leads to deleting older caches (at this moment older than ~ 16 hours). It can lead to situation where caches are stored but never used (deleted before usage). We should double check if it is already happening and if there is some space for improvement.
Check https://github.com/trezor/trezor-suite/actions/caches
Read https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows#usage-limits-and-eviction-policy
We are exceeding Github workflow cache limit of 10GB by a lot. That leads to deleting older caches (at this moment older than ~ 16 hours). It can lead to situation where caches are stored but never used (deleted before usage). We should double check if it is already happening and if there is some space for improvement.