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 afc3ea4 commit 8fb3804Copy full SHA for 8fb3804
.github/workflows/analyze.yml
@@ -55,7 +55,7 @@ jobs:
55
with:
56
path: .next/analyze/__bundle_analysis.json
57
name: bundle_analysis.json
58
- retention-days: 90
+ retention-days: 1
59
60
- name: Download base branch bundle stats
61
uses: dawidd6/action-download-artifact@268677152d06ba59fcec7a7f0b5d961b6ccd7e1e
@@ -88,7 +88,6 @@ jobs:
88
89
name: analysis_comment.txt
90
path: .next/analyze/__bundle_analysis_comment.txt
91
92
93
- name: Save PR number
94
run: echo ${{ github.event.number }} > ./pr_number
0 commit comments