Skip to content

Commit

Permalink
Fix health
Browse files Browse the repository at this point in the history
  • Loading branch information
brianquinlan committed Oct 23, 2024
1 parent d921e48 commit c7dd317
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 14 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/deart_health.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Dart Health
on:
pull_request:
branches: [ master ]
types: [opened, synchronize, reopened, labeled, unlabeled]
paths:
- '.github/workflows/dart_health.yml'
- "pkgs/http/**"
- "pkgs/http_client_conformance_tests/**"
- "pkgs/http_parser/**"
- "pkgs/http_profile/**"
- "pkgs/http2/**"
- "pkgs/web_socket/**"
- "pkgs/web_socket_conformance_tests/**"

jobs:
health:
uses: dart-lang/ecosystem/.github/workflows/health.yaml@main
with:
sdk: master
ignore_packages: "pkgs/cronet_http,pkgs/cupertino_http,pkgs/flutter_http_example,pkgs/java_http,pkgs/ok_http"
permissions:
pull-requests: write
14 changes: 0 additions & 14 deletions .github/workflows/health.yaml

This file was deleted.

0 comments on commit c7dd317

Please sign in to comment.