We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81dae64 commit 900e180Copy full SHA for 900e180
.github/workflows/build.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Setup Gradle
15
uses: gradle/actions/setup-gradle@94baf225fe0a508e581a564467443d0e2379123b # v4.3.0
16
with:
17
- cache-read-only: false
+ cache-read-only: ${{ github.ref != 'refs/heads/main' }}
18
- name: Configure Git User Details
19
run: git config --global user.email "[email protected]" && git config --global user.name "Github Actions"
20
- run: chmod +x ./gradlew
0 commit comments