Skip to content

Commit

Permalink
take health from branch
Browse files Browse the repository at this point in the history
  • Loading branch information
mosuem committed Jan 12, 2024
1 parent 92c6626 commit ec50fab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/health.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ on:
types: [opened, synchronize, reopened, labeled, unlabeled]
jobs:
health:
uses: dart-lang/ecosystem/.github/workflows/health.yaml@main
uses: dart-lang/ecosystem/.github/workflows/health.yaml@addCheckoutSubmodulesParameter #DO_NOT_SUBMIT
with:
coverage_web: true
checkout_submodules: true
permissions:
pull-requests: write

0 comments on commit ec50fab

Please sign in to comment.