You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rather than updating the PR-specific workflow to align it with the other workflows, it would be easier to keep things in sync if it used the shared build action instead. As part of this, we'll have to add an input for whether or not Gradle's cache is read-only. We default that to true as we don't want PR builds to be able to add things to the GitHub Actions cache. We then set it to false in our CI, deployment, and release workflows so that they can make use of GitHub Actions' caching.
We clean them up for our main builds so we should do the same for PRs.
The text was updated successfully, but these errors were encountered: