Skip to content

Commit

Permalink
Allow cache writes
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenilla committed Jan 12, 2025
1 parent d7b8ab9 commit ae1497e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,7 @@ jobs:
distribution: 'temurin'
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4
with:
cache-read-only: ${{ github.ref != 'refs/heads/master' && github.ref != 'refs/heads/multi-project' }}
- name: Build
run: ./gradlew build

0 comments on commit ae1497e

Please sign in to comment.