feat(ci): enable comparing with previous report #189
1 changed files with 2 additions and 0 deletions
|
@ -36,3 +36,5 @@ jobs:
|
||||||
with:
|
with:
|
||||||
comment-on-pr: ${{ github.ref_name != 'main' }}
|
comment-on-pr: ${{ github.ref_name != 'main' }}
|
||||||
generate-artifact: ${{ github.ref_name == 'main' }}
|
generate-artifact: ${{ github.ref_name == 'main' }}
|
||||||
|
job-name: report-size
|
||||||
|
base-branch: main
|
||||||
|
|
Loading…
Reference in a new issue