Skip to content

Commit

Permalink
chore: condition was incorrectly set
Browse files Browse the repository at this point in the history
  • Loading branch information
ovflowd committed Jul 18, 2023
1 parent 104bed9 commit b9b5287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b9b5287

Please sign in to comment.