From 8f1de985d646f83f21af3afa5745604a0464dc97 Mon Sep 17 00:00:00 2001 From: Carl Csaposs Date: Fri, 8 Nov 2024 15:06:10 +0000 Subject: [PATCH] Temporarily disable cached builds Unblock charmcraftcache refactor to per-charm repository caches (https://warthogs.atlassian.net/browse/DPE-5809) while https://github.com/canonical/mongodb-operator/pull/513 is pending review --- .github/workflows/ci.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5023169ef..cbf43f78e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -94,7 +94,6 @@ jobs: uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v21.0.0 with: path-to-charm-directory: ${{ matrix.path }} - cache: true integration-test: strategy: