Skip to content

Commit

Permalink
Merge pull request #139 from austinarbor/gha-cache-tuning
Browse files Browse the repository at this point in the history
GHA Cache Tuning
  • Loading branch information
austinarbor authored Aug 13, 2024
2 parents 9cd9125 + 3bf5950 commit db7fe67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
- uses: gradle/actions/setup-gradle@v4
with:
gradle-version: ${{ matrix.gradle-version }}
cache-read-only: ${{ github.ref != 'refs/heads/main' && github.ref != 'refs/heads/release' && matrix.gradle-version != 'wrapper' }}

- name: Run Tests
if: ${{ matrix.gradle-version == 'wrapper' }}
Expand Down

0 comments on commit db7fe67

Please sign in to comment.