Skip to content

Commit 8fb3804

Browse files
committed
test
1 parent afc3ea4 commit 8fb3804

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/analyze.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
with:
5656
path: .next/analyze/__bundle_analysis.json
5757
name: bundle_analysis.json
58-
retention-days: 90
58+
retention-days: 1
5959

6060
- name: Download base branch bundle stats
6161
uses: dawidd6/action-download-artifact@268677152d06ba59fcec7a7f0b5d961b6ccd7e1e
@@ -88,7 +88,6 @@ jobs:
8888
with:
8989
name: analysis_comment.txt
9090
path: .next/analyze/__bundle_analysis_comment.txt
91-
retention-days: 90
9291

9392
- name: Save PR number
9493
run: echo ${{ github.event.number }} > ./pr_number

0 commit comments

Comments
 (0)