From da3a483a2adba017bcd94693006fc5ea8d8f95cc Mon Sep 17 00:00:00 2001 From: Chris Bono Date: Sun, 1 Oct 2023 11:54:36 -0500 Subject: [PATCH] [CI] Disable cache on deploy job --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f1aa225a..a1befe14 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -75,6 +75,7 @@ jobs: with: java-version: 17 distribution: temurin + cache-disabled: true - name: Deploy artifacts run: | export GRADLE_ENTERPRISE_CACHE_USERNAME="$GRADLE_ENTERPRISE_CACHE_USER"