Skip to content

Commit

Permalink
ci: Skip running compressed-size builds twice
Browse files Browse the repository at this point in the history
  • Loading branch information
rschristian committed May 9, 2024
1 parent 414c870 commit 4523933
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ jobs:
- uses: preactjs/compressed-size-action@v2
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'
# Our `prepare` script already builds the app post-install,
# building it again would be redundant
build-script: 'npm run --if-present noop'

0 comments on commit 4523933

Please sign in to comment.