Skip to content

Commit

Permalink
Update deart_health.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
brianquinlan committed Oct 23, 2024
1 parent c7dd317 commit 2f2de7f
Showing 1 changed file with 21 additions and 10 deletions.
31 changes: 21 additions & 10 deletions .github/workflows/deart_health.yaml
Original file line number Diff line number Diff line change
@@ -1,23 +1,34 @@
name: Dart Health
on:
push:
branches:
- main
- master
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/**'
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/**"
- '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"
ignore_packages: 'pkgs/cronet_http,pkgs/cupertino_http,pkgs/flutter_http_example,pkgs/java_http,pkgs/ok_http'
permissions:
pull-requests: write

0 comments on commit 2f2de7f

Please sign in to comment.