Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
mosuem committed Dec 16, 2024
1 parent 8191161 commit 59c1e8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/health.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ on:
types: [opened, synchronize, reopened, labeled, unlabeled]
jobs:
health:
uses: dart-lang/ecosystem/.github/workflows/health.yaml@519ab2527c7522a1fe7294f33f1ec69b2a49b0e5
uses: dart-lang/ecosystem/.github/workflows/health.yaml@ef3d79a5da20da2e19e01d70cb9e8c1360311085
with:
checks: "changelog,do-not-submit,breaking,coverage,leaking"
ignore_coverage: "example,interop"
ignore_coverage: "example/**,interop/**"
permissions:
pull-requests: write

0 comments on commit 59c1e8f

Please sign in to comment.