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 5a4a51d commit af056fcCopy full SHA for af056fc
.github/workflows/analyze.yml
@@ -55,7 +55,6 @@ jobs:
55
with:
56
path: .next/analyze/__bundle_analysis.json
57
name: bundle_analysis.json
58
- retention-days: 90
59
60
- name: Download base branch bundle stats
61
uses: dawidd6/action-download-artifact@268677152d06ba59fcec7a7f0b5d961b6ccd7e1e
@@ -65,7 +64,6 @@ jobs:
65
64
branch: ${{ github.event.pull_request.base.ref }}
66
67
path: .next/analyze/base/bundle
68
- continue-on-error: true
69
70
# And here's the second place - this runs after we have both the current and
71
# base branch bundle stats, and will compare them to determine what changed.
0 commit comments