We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9682fe commit 876cecbCopy full SHA for 876cecb
.github/workflows/analyze.yml
@@ -74,6 +74,7 @@ jobs:
74
75
- name: Upload analysis comment
76
uses: actions/upload-artifact@v3
77
+ if: success() && github.event.number
78
with:
79
name: analysis_comment.txt
80
path: .next/analyze/__bundle_analysis_comment.txt
0 commit comments