fix(ci): prevent shadow jobs from writing to cache

This commit is contained in:
Harsh Shandilya 2023-03-19 18:42:20 +05:30
parent ddd958a8d6
commit 9a0e28cc0a
No known key found for this signature in database

View file

@ -50,6 +50,7 @@ jobs:
with:
arguments: check
gradle-home-cache-cleanup: true
cache-read-only: true
results:
if: ${{ always() }}