Skip to content

Commit

Permalink
ci: move compressed size action to main ci flow
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdyman committed Apr 7, 2023
1 parent fb6a27d commit 5c73eca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 24 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,7 @@ jobs:
fail_ci_if_error: true
verbose: true
directory: ./docs/storybook/coverage

- uses: preactjs/compressed-size-action@v2
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'
24 changes: 0 additions & 24 deletions .github/workflows/compressed-size.yml

This file was deleted.

0 comments on commit 5c73eca

Please sign in to comment.