From 6aa1dbad9065fe8f60034d7b07a38cefe0ce7a45 Mon Sep 17 00:00:00 2001 From: Keith Williams Date: Sat, 10 Jan 2026 15:01:21 -0300 Subject: [PATCH] chore: delete cached build after bundle analysis completes (#26689) * chore: delete cached build after bundle analysis completes Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> * chore: use useblacksmith/cache-delete action Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> --------- Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> --- .github/workflows/nextjs-bundle-analysis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/nextjs-bundle-analysis.yml b/.github/workflows/nextjs-bundle-analysis.yml index 3f499d942c..c796c9f684 100644 --- a/.github/workflows/nextjs-bundle-analysis.yml +++ b/.github/workflows/nextjs-bundle-analysis.yml @@ -68,3 +68,9 @@ jobs: with: name: bundle path: apps/web/.next/analyze/__bundle_analysis.json + + - name: Delete cached build + uses: useblacksmith/cache-delete@v1 + with: + key: prod-build-main- + prefix: "true"