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 9d9ae3c commit 2b33a23Copy full SHA for 2b33a23
.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