Skip to content

ccache should not create caches for PRs #14155

Closed
@TimWolla

Description

@TimWolla

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:

https://github.com/hendrikmuhs/ccache-action/blob/c92f40bee50034e84c763e33b317c77adaa81c92/action.yml#L24C3-L26

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions