fix(ci): prevent shadow jobs from writing to cache
This commit is contained in:
parent
ddd958a8d6
commit
9a0e28cc0a
1 changed files with 1 additions and 0 deletions
1
.github/workflows/shadow_job.yml
vendored
1
.github/workflows/shadow_job.yml
vendored
|
@ -50,6 +50,7 @@ jobs:
|
|||
with:
|
||||
arguments: check
|
||||
gradle-home-cache-cleanup: true
|
||||
cache-read-only: true
|
||||
|
||||
results:
|
||||
if: ${{ always() }}
|
||||
|
|
Loading…
Reference in a new issue