Skip to content

Commit

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

The `coverage` health check is too slow to be worth using in this repo.

Run only `version`, `changelog`, and `do-not-submit` checks.
  • Loading branch information
natebosch committed Aug 23, 2024
1 parent 337c7fb commit a2c1c35
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/health.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,7 @@ on:
jobs:
health:
uses: dart-lang/ecosystem/.github/workflows/health.yaml@main
with:
checks: "version,changelog,do-not-submit"
permissions:
pull-requests: write

0 comments on commit a2c1c35

Please sign in to comment.