Skip to content

Commit

Permalink
chore(ci): don't report toolbar bundle if it doesn't change (#18997)
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldambra authored Nov 30, 2023
1 parent 46874b1 commit 04f1aef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@ jobs:
build-script: 'build'
compression: 'none'
pattern: 'frontend/dist/toolbar.js'
# we only care if the toolbar will increase a lot
minimum-change-threshold: 1000

jest:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 04f1aef

Please sign in to comment.