We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7979fb1 commit 776f429Copy full SHA for 776f429
.github/workflows/analyze.yml
@@ -82,6 +82,7 @@ jobs:
82
83
- name: Upload analysis comment
84
uses: actions/upload-artifact@v4
85
+ if: success() && github.event.number
86
with:
87
name: analysis_comment.txt
88
path: .next/analyze/__bundle_analysis_comment.txt
0 commit comments