File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 1616 with :
1717 # Only save Gradle User Home state for builds on the 'jb-main' branch.
1818 # Builds on other branches will only read existing entries from the cache.
19- cache-read-only : false
20- # Replace with this before merging
21- # cache-read-only: ${{ github.ref != 'refs/heads/jb-main' }}
19+ cache-read-only : ${{ github.ref != 'refs/heads/jb-main' }}
2220
2321 # Limit the size of the cache entry.
2422 # These directories contain instrumented/transformed dependency jars which can be reconstructed relatively quickly.
Original file line number Diff line number Diff line change 2020 restore-keys : xcode-cache-deriveddata-
2121 # Only save DerivedData state for builds on the 'jb-main' branch.
2222 # Builds on other branches will only read existing entries from the cache.
23- cache-read-only : false
24- # Replace with this before merging
25- # cache-read-only: ${{ github.ref != 'refs/heads/jb-main' }}
23+ cache-read-only : ${{ github.ref != 'refs/heads/jb-main' }}
You can’t perform that action at this time.
0 commit comments