This PR disable cache save for pull requests in GitHub Actions.
Otherwise, multiple pull requests fill GitHub Actions cache quota shortly.
See a discussion here.
NOTE for the maintainers with “owner” permissions.
This PR needs the actions/cache/restore@*
and actions/cache/save@*
acrions to be explicitly allowed in the repository’s Actions permissions.