Skip to content

Commit 7f5e9b1

Browse files
committed
Warn
1 parent a99bb66 commit 7f5e9b1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/cupertino.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
with:
2727
use-flutter: true
2828
fail_on: "changelog,license,coverage,breaking,do-not-submit,leaking"
29+
warn_on: ""
2930
sdk: stable
3031
verify:
3132
name: Format & Analyze & Test

.github/workflows/dart_health.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
with:
3131
sdk: stable
3232
fail_on: "changelog,license,coverage,breaking,do-not-submit,leaking"
33+
warn_on: ""
3334
ignore_packages: 'pkgs/cronet_http,pkgs/cupertino_http,pkgs/flutter_http_example,pkgs/java_http,pkgs/ok_http'
3435
permissions:
3536
pull-requests: write

0 commit comments

Comments
 (0)