We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2640df9 commit 19ec378Copy full SHA for 19ec378
1 file changed
.github/workflows/build.yml
@@ -24,5 +24,7 @@ jobs:
24
run: npm install -g yarn@1.22.17
25
- name: Setup Gradle
26
uses: gradle/gradle-build-action@v2
27
+ with:
28
+ cache-read-only: ${{ github.event_name == 'pull_request' }}
29
- name: Build
30
run: ./gradlew build ${{ matrix.config.params }}
0 commit comments