From a3cb484645dd5d7e50966fb8ee54e935c36e853e Mon Sep 17 00:00:00 2001 From: Daz DeBoer Date: Wed, 18 Mar 2026 18:29:04 -0600 Subject: [PATCH] Try without cache cleanup --- .github/workflows/integ-test-cache-cleanup.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/integ-test-cache-cleanup.yml b/.github/workflows/integ-test-cache-cleanup.yml index 81554841..d213bdfe 100644 --- a/.github/workflows/integ-test-cache-cleanup.yml +++ b/.github/workflows/integ-test-cache-cleanup.yml @@ -40,6 +40,7 @@ jobs: uses: ./setup-gradle with: cache-read-only: false # For testing, allow writing cache entries on non-default branches + cache-cleanup: 'never' - name: Build with 3.1 working-directory: .github/workflow-samples/cache-cleanup run: ./gradlew --no-daemon --build-cache -Dcommons_math3_version="3.1" build