Skip to content

Commit a77438c

Browse files
committed
Fix warning of missing analysis comment artifact
1 parent 6326e7b commit a77438c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/analyze.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ jobs:
8282

8383
- name: Upload analysis comment
8484
uses: actions/upload-artifact@v4
85+
if: success() && github.event.number
8586
with:
8687
name: analysis_comment.txt
8788
path: .next/analyze/__bundle_analysis_comment.txt

0 commit comments

Comments
 (0)