Skip to content

Commit

Permalink
ci: Remove read-only caching for v3
Browse files Browse the repository at this point in the history
  • Loading branch information
guicamest committed Oct 19, 2023
1 parent 1bba3de commit 7b3e1c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-n-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
uses: gradle/[email protected]
with:
# The Gradle wrapper's version (already the default, putting it here to clarity)
cache-read-only: ${{ github.ref != 'refs/heads/main' && github.ref != 'refs/heads/v3' }}
gradle-home-cache-cleanup: true
gradle-home-cache-includes: |
caches
Expand Down

0 comments on commit 7b3e1c4

Please sign in to comment.