Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: Automatically clear caches for closed PRs (getsentry#13354)
Taken from https://github.com/actions/cache/blob/main/tips-and-workarounds.md#force-deletion-of-caches-overriding-default-cache-eviction-policy. Caches are per-branch, so if a PR is closed we do not need to keep any caches for that branch around anymore. This PR adds automation to do just that.
- Loading branch information