mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
bdd60661b7
Enable `gradle-home-cache-cleanup` to attempt to limit the growth of the `gradle-home-v1-*` cache entries. When these entries grow too large bad things happen. See [1]. Added cleanup-pr-cache to remove cache entries created by a PR, when the PR is closed. [1] https://github.com/gradle/actions/blob/main/docs/setup-gradle.md#remove-unused-files-from-gradle-user-home-before-saving-to-the-cache Changelog: [Internal]