We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2217f45 commit 342fbd8Copy full SHA for 342fbd8
.github/workflows/analyze.yml
@@ -84,6 +84,7 @@ jobs:
84
85
- name: Upload analysis comment
86
uses: actions/upload-artifact@v4
87
+ if: success() && github.event.number
88
with:
89
name: analysis_comment.txt
90
path: .next/analyze/__bundle_analysis_comment.txt
0 commit comments