Skip to content

Commit 776f429

Browse files
committed
Fix warning of missing analysis comment artifact
1 parent 7979fb1 commit 776f429

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/analyze.yml

+1
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)