Skip to content
This repository was archived by the owner on May 13, 2025. It is now read-only.

Commit b9b5287

Browse files
committed
chore: condition was incorrectly set
1 parent 104bed9 commit b9b5287

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
files: .next/analyze/base/bundle/__bundle_analysis.json
134134

135135
- name: Copy PR Bundle Analysis (Fallback)
136-
if: steps.check-base-bundle-analysis-file.outputs.files_exists == 'true'
136+
if: steps.check-base-bundle-analysis-file.outputs.files_exists == 'false'
137137
run: |
138138
mkdir -p .next/analyze/base/bundle/
139139
cp .next/analyze/__bundle_analysis.json .next/analyze/base/bundle/__bundle_analysis.json

0 commit comments

Comments
 (0)