Closed
Description
Description
Currently the ccache integration for GitHub Actions also creates caches for PRs, needlessly wasting cache space. It should likely be configured to only ever restore caches, but not create a new one:
It would still benefit from any caching done for the master branch, but not create any redundant branch-specific cache.
PHP Version
n/a
Operating System
No response