From a08b3dca41549a959b54fd9ad1f3da11a1c0f911 Mon Sep 17 00:00:00 2001 From: resonic-user Date: Thu, 26 Jun 2025 12:56:32 +0200 Subject: [PATCH] no force build --- .github/workflows/cache-verify.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/cache-verify.yml b/.github/workflows/cache-verify.yml index a033bb6bd..69369c5ac 100644 --- a/.github/workflows/cache-verify.yml +++ b/.github/workflows/cache-verify.yml @@ -220,13 +220,6 @@ jobs: cd webapp && yarn install --frozen-lockfile && cd .. npx cypress verify || echo "⚠️ Cypress not yet verified" - # force rebuild regardless of cache state - - name: ⚙️ Always rebuild backend & webapp - run: | - echo "🔧 Forcing backend & webapp build..." - cd backend && yarn build && cd .. - cd webapp && yarn build && cd .. - #build backend - name: Build backend run: cd backend && yarn build