Open
Description
This is a CI optimization - but I just noticed two things:
- caches that really should be available all the time (things like, ccache on main) are being evicted, likely because PRs are storing caches for things that should only be stored on main
- uncached runs of iOS e2e workflow are timing out (see above - compile takes increasingly longer for firebase-ios-sdk - probably +15mins to fix)