Skip to content

Commit 90481cf

Browse files
authored
Limit which health checks run (#2270)
The `breaking` and `leaking` health checks are not currently compatible with repos using pub workspaces. The `coverage` health check is too slow to be worth using in this repo. Run only `version`, `changelog`, and `do-not-submit` checks.
1 parent 337c7fb commit 90481cf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/health.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,7 @@ on:
66
jobs:
77
health:
88
uses: dart-lang/ecosystem/.github/workflows/health.yaml@main
9+
with:
10+
checks: "version,changelog,do-not-submit"
911
permissions:
1012
pull-requests: write

0 commit comments

Comments
 (0)