Skip to content

Commit

Permalink
[infra] Remove broken breaking bot from jnigen (#1011)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcharkes authored Mar 14, 2024
1 parent f9b11c8 commit f4e5ebc
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/health.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@ name: Health
on:
pull_request:
branches: [ main ]
# Remove paths after https://github.com/bmw-tech/dart_apitool/issues/177 is addressed.
paths:
- "pkgs/ffi/**"
- "pkgs/ffigen/**"
- "pkgs/native_assets_builder/**"
- "pkgs/native_assets_cli/**"
- "pkgs/native_toolchain_c/**"
types: [opened, synchronize, reopened, labeled, unlabeled]
jobs:
health:
Expand Down
19 changes: 19 additions & 0 deletions .github/workflows/health_jnigen.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Health
on:
pull_request:
branches: [ main ]
# Merge back into health.yaml after https://github.com/bmw-tech/dart_apitool/issues/177 is addressed.
paths:
- "pkgs/jni/**"
- "pkgs/jnigen/**"
types: [opened, synchronize, reopened, labeled, unlabeled]
jobs:
health:
uses: dart-lang/ecosystem/.github/workflows/health.yaml@main
with:
coverage_web: false
checks: "version,changelog,license,do-not-submit,coverage"
use-flutter: true
sdk: master
permissions:
pull-requests: write

0 comments on commit f4e5ebc

Please sign in to comment.