|
29 | 29 | - name: Setup Gradle
|
30 | 30 | uses: gradle/actions/setup-gradle@v4
|
31 | 31 | with:
|
32 |
| - cache-read-only: ${{ github.ref != 'refs/heads/main' && github.ref != 'refs/heads/arrow-2' }} |
| 32 | + cache-read-only: ${{ github.ref != 'refs/heads/main' }} |
33 | 33 |
|
34 | 34 | - name: Knit and API checks
|
35 | 35 | run: ./gradlew knitCheck apiCheck --scan
|
|
59 | 59 | - name: Setup Gradle
|
60 | 60 | uses: gradle/actions/setup-gradle@v4
|
61 | 61 | with:
|
62 |
| - cache-read-only: ${{ github.ref != 'refs/heads/main' && github.ref != 'refs/heads/arrow-2' }} |
| 62 | + cache-read-only: ${{ github.ref != 'refs/heads/main' }} |
63 | 63 |
|
64 | 64 | - name: iOS and watchOS tests
|
65 | 65 | run: ./gradlew iosSimulatorArm64Test iosX64Test watchosSimulatorArm64Test watchosX64Test --parallel --scan
|
|
89 | 89 | - name: Setup Gradle
|
90 | 90 | uses: gradle/actions/setup-gradle@v4
|
91 | 91 | with:
|
92 |
| - cache-read-only: ${{ github.ref != 'refs/heads/main' && github.ref != 'refs/heads/arrow-2' }} |
| 92 | + cache-read-only: ${{ github.ref != 'refs/heads/main' }} |
93 | 93 |
|
94 | 94 | - name: Update API files
|
95 | 95 | run: ./gradlew apiDump
|
@@ -118,7 +118,7 @@ jobs:
|
118 | 118 | - name: Setup Gradle
|
119 | 119 | uses: gradle/actions/setup-gradle@v4
|
120 | 120 | with:
|
121 |
| - cache-read-only: ${{ github.ref != 'refs/heads/main' && github.ref != 'refs/heads/arrow-2' }} |
| 121 | + cache-read-only: ${{ github.ref != 'refs/heads/main' }} |
122 | 122 |
|
123 | 123 | - name: Apply Spotless rules
|
124 | 124 | run: ./gradlew spotlessApply
|
@@ -147,7 +147,7 @@ jobs:
|
147 | 147 | - name: Setup Gradle
|
148 | 148 | uses: gradle/actions/setup-gradle@v4
|
149 | 149 | with:
|
150 |
| - cache-read-only: ${{ github.ref != 'refs/heads/main' && github.ref != 'refs/heads/arrow-2' }} |
| 150 | + cache-read-only: ${{ github.ref != 'refs/heads/main' }} |
151 | 151 |
|
152 | 152 | - name: macOS and tvOS tests
|
153 | 153 | run: ./gradlew macosArm64Test macosX64Test tvosSimulatorArm64Test tvosX64Test --parallel --scan
|
@@ -177,7 +177,7 @@ jobs:
|
177 | 177 | - name: Setup Gradle
|
178 | 178 | uses: gradle/actions/setup-gradle@v4
|
179 | 179 | with:
|
180 |
| - cache-read-only: ${{ github.ref != 'refs/heads/main' && github.ref != 'refs/heads/arrow-2' }} |
| 180 | + cache-read-only: ${{ github.ref != 'refs/heads/main' }} |
181 | 181 |
|
182 | 182 | - name: Windows (MinGW-w64) tests
|
183 | 183 | run: ./gradlew mingwX64Test --scan
|
@@ -207,7 +207,7 @@ jobs:
|
207 | 207 | - name: Setup Gradle
|
208 | 208 | uses: gradle/actions/setup-gradle@v4
|
209 | 209 | with:
|
210 |
| - cache-read-only: ${{ github.ref != 'refs/heads/main' && github.ref != 'refs/heads/arrow-2' }} |
| 210 | + cache-read-only: ${{ github.ref != 'refs/heads/main' }} |
211 | 211 |
|
212 | 212 | - name: JVM tests
|
213 | 213 | run: ./gradlew jvmTest --scan
|
@@ -251,7 +251,7 @@ jobs:
|
251 | 251 | - name: Setup Gradle
|
252 | 252 | uses: gradle/actions/setup-gradle@v4
|
253 | 253 | with:
|
254 |
| - cache-read-only: ${{ github.ref != 'refs/heads/main' && github.ref != 'refs/heads/arrow-2' }} |
| 254 | + cache-read-only: ${{ github.ref != 'refs/heads/main' }} |
255 | 255 |
|
256 | 256 | - name: Upgrade yarn.lock
|
257 | 257 | run: ./gradlew kotlinUpgradeYarnLock
|
@@ -285,7 +285,7 @@ jobs:
|
285 | 285 | - name: Setup Gradle
|
286 | 286 | uses: gradle/actions/setup-gradle@v4
|
287 | 287 | with:
|
288 |
| - cache-read-only: ${{ github.ref != 'refs/heads/main' && github.ref != 'refs/heads/arrow-2' }} |
| 288 | + cache-read-only: ${{ github.ref != 'refs/heads/main' }} |
289 | 289 |
|
290 | 290 | - name: Linux (x64) tests
|
291 | 291 | run: ./gradlew linuxX64Test --scan
|
@@ -315,7 +315,7 @@ jobs:
|
315 | 315 | - name: Setup Gradle
|
316 | 316 | uses: gradle/actions/setup-gradle@v4
|
317 | 317 | with:
|
318 |
| - cache-read-only: ${{ github.ref != 'refs/heads/main' && github.ref != 'refs/heads/arrow-2' }} |
| 318 | + cache-read-only: ${{ github.ref != 'refs/heads/main' }} |
319 | 319 |
|
320 | 320 | - name: Compile WebAssembly
|
321 | 321 | run: ./gradlew wasmJsApiBuild wasmJsJar wasmJsTest -Penable_wasm=true --scan
|
|
0 commit comments