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

View File

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