Skip to content

v1.5.0: Save Bazel workspace cache only on specified workflow events. (#15)

Compare
Choose a tag to compare
@SanjayVas SanjayVas released this 29 Sep 18:17
· 26 commits to main since this release
4fab592
This is a mitigation for cache entries that are close to the GitHub Actions cache size limit. In particular, this can avoid the case where the cache entry for the default branch gets evicted by saving a cache entry for a pull request. That case can lead to cache misses, as GitHub actions only restores cache entries from the current branch or the default branch.