Skip to content

Commit 900e180

Browse files
authored
Revert
1 parent 81dae64 commit 900e180

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Setup Gradle
1515
uses: gradle/actions/setup-gradle@94baf225fe0a508e581a564467443d0e2379123b # v4.3.0
1616
with:
17-
cache-read-only: false
17+
cache-read-only: ${{ github.ref != 'refs/heads/main' }}
1818
- name: Configure Git User Details
1919
run: git config --global user.email "[email protected]" && git config --global user.name "Github Actions"
2020
- run: chmod +x ./gradlew

0 commit comments

Comments
 (0)