Skip to content

Commit b1abb37

Browse files
committed
Fix warning of missing analysis comment artifact
1 parent 5598696 commit b1abb37

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
@@ -84,6 +84,7 @@ jobs:
8484

8585
- name: Upload analysis comment
8686
uses: actions/upload-artifact@v4
87+
if: success() && github.event.number
8788
with:
8889
name: analysis_comment.txt
8990
path: .next/analyze/__bundle_analysis_comment.txt

0 commit comments

Comments
 (0)