Ensure exclude_dev_dependencies_test runs if flutter_tools changes. (#163768)

Caused the breakage mentioned in
https://github.com/flutter/flutter/issues/163767.
This commit is contained in:
Matan Lurey
2025-02-20 16:06:04 -08:00
committed by GitHub
parent d4c86003d9
commit 0f586af401

View File

@@ -1165,6 +1165,7 @@ targets:
task_name: android_release_builds_exclude_dev_dependencies_test
runIf:
- dev/**
- packages/flutter_tools/**
- bin/**
- .ci.yaml
- engine/**