Skip to content

Commit

Permalink
Don't generate/let Gradle user cache grow in main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
rfc2822 committed Aug 6, 2024
1 parent 46698a7 commit 54e09ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: gradle/actions/setup-gradle@v3 # creates build cache when on main branch
with:
cache-encryption-key: ${{ secrets.gradle_encryption_key }}
gradle-home-cache-cleanup: true # clean up unused files
cache-write-only: ${{ github.ref == 'refs/heads/main-ose' }}
dependency-graph: generate-and-submit # submit Github Dependency Graph info
dependency-graph-continue-on-failure: false

Expand Down

0 comments on commit 54e09ac

Please sign in to comment.