From d71db66a99e345ca6089e97a61cd2cf6cc9e5061 Mon Sep 17 00:00:00 2001 From: Elliott Brooks <21270878+elliette@users.noreply.github.com> Date: Tue, 10 Feb 2026 16:32:28 -0800 Subject: [PATCH 1/2] Try to get health CI check to run --- .github/workflows/health.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/health.yaml b/.github/workflows/health.yaml index f3ea46dbb0f..beaa5d9f5ce 100644 --- a/.github/workflows/health.yaml +++ b/.github/workflows/health.yaml @@ -1,8 +1,11 @@ name: Health + on: pull_request: - branches: [ master ] - types: [opened, synchronize, reopened, labeled, unlabeled] + types: [synchronize, opened, reopened, labeled, unlabeled] + paths: + - "**/*.dart" + jobs: health: uses: dart-lang/ecosystem/.github/workflows/health.yaml@main From 413c800f4a56354160cda63b6588d161fa18bbd8 Mon Sep 17 00:00:00 2001 From: Elliott Brooks <21270878+elliette@users.noreply.github.com> Date: Wed, 11 Feb 2026 11:33:36 -0800 Subject: [PATCH 2/2] Remove paths filter --- .github/workflows/health.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/health.yaml b/.github/workflows/health.yaml index beaa5d9f5ce..478515aa0ac 100644 --- a/.github/workflows/health.yaml +++ b/.github/workflows/health.yaml @@ -3,8 +3,6 @@ name: Health on: pull_request: types: [synchronize, opened, reopened, labeled, unlabeled] - paths: - - "**/*.dart" jobs: health: