Skip to content

Commit

Permalink
ci: skip bundlemon when it has network problems (#2987)
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode authored Oct 31, 2022
1 parent d84ab6d commit 32c8736
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/bundle-size-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- run: npx nx build

- name: Run BundleMon
if: always()
run: npx bundlemon
env:
CI_COMMIT_SHA: ${{github.event.pull_request.head.sha || github.sha}}

0 comments on commit 32c8736

Please sign in to comment.