From 213609f54fb6f70f9700724dd63497d25e461e44 Mon Sep 17 00:00:00 2001 From: Claudio Wunder Date: Tue, 18 Jul 2023 15:30:02 +0100 Subject: [PATCH] chore: condition was incorrectly set --- .github/workflows/build-and-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-analysis.yml b/.github/workflows/build-and-analysis.yml index 58de7300a9ca4..18f3c0ba320f3 100644 --- a/.github/workflows/build-and-analysis.yml +++ b/.github/workflows/build-and-analysis.yml @@ -133,7 +133,7 @@ jobs: files: .next/analyze/base/bundle/__bundle_analysis.json - name: Copy PR Bundle Analysis (Fallback) - if: steps.check-base-bundle-analysis-file.outputs.files_exists == 'true' + if: steps.check-base-bundle-analysis-file.outputs.files_exists == 'false' run: | mkdir -p .next/analyze/base/bundle/ cp .next/analyze/__bundle_analysis.json .next/analyze/base/bundle/__bundle_analysis.json