Skip to content

Commit

Permalink
CI: disable cache writes on dependency-submission job
Browse files Browse the repository at this point in the history
  • Loading branch information
stigi committed Oct 9, 2024
1 parent 957c9e5 commit a432c65
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/gradle-dependency-submission.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@ jobs:
# See: https://github.com/gradle/actions/blob/main/dependency-submission/README.md
- name: Generate and submit dependency graph
uses: gradle/actions/dependency-submission@v4
with:
cache-read-only: true

0 comments on commit a432c65

Please sign in to comment.