Skip to content

Commit

Permalink
Only run bloat check on main repo (#24647)
Browse files Browse the repository at this point in the history
  • Loading branch information
chkimes authored Jan 25, 2023
1 parent 9754e40 commit 583e976
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/bloat_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
pull_request_update:
name: Report on pull requests

# Don't run on forked repos
if: github.repository_owner == 'project-chip'

runs-on: ubuntu-latest

container:
Expand Down

0 comments on commit 583e976

Please sign in to comment.