From 2d32e683c18472b90850bc607bf27286710ca3c3 Mon Sep 17 00:00:00 2001 From: Brian Quinlan Date: Tue, 22 Oct 2024 10:21:42 -0700 Subject: [PATCH] Ignore some files --- .github/workflows/health.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/health.yaml b/.github/workflows/health.yaml index 1c904405a2..90389b10aa 100644 --- a/.github/workflows/health.yaml +++ b/.github/workflows/health.yaml @@ -9,6 +9,7 @@ jobs: uses: dart-lang/ecosystem/.github/workflows/health.yaml@main with: ignore_license: "**.g.dart" + ignore_packages: "pkgs/flutter_http_example,pkgs/http_client_conformance_tests,pkgs/web_socket_conformance_tests" sdk: dev permissions: pull-requests: write