Skip to content

Commit

Permalink
Limit which health checks run (#3741)
Browse files Browse the repository at this point in the history
The `breaking` and `leaking` health checks are not currently compatible
with repos using pub workspaces.

Keep `coverage` for now since it's not obvious it's a problem. We may
want to revisit duplicate testing between coverage and the other test
configurations.

Run `version`, `changelog`, and `do-not-submit` checks which are
sensible for every package.
  • Loading branch information
natebosch authored Aug 23, 2024
1 parent 8a5ca9e commit d2a803e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/health.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:
health:
uses: dart-lang/ecosystem/.github/workflows/health.yaml@main
with:
checks: "version,changelog,do-not-submit"
ignore_license: "**.g.dart"
sdk: dev
permissions:
Expand Down

0 comments on commit d2a803e

Please sign in to comment.