mirror of
https://github.com/flutter/packages.git
synced 2025-06-03 17:48:10 +08:00

Changes to some files (e.g., CI scripts) have the potential to cause failures in any packages, without changes to those packages themselves. This updates the --run-on-changed-packages to consider all packages as changed if any of those files are changed, to avoid issues where a change that changes both some repo-level files and some package-specific files only run presubmit tests on the packages that are directly changed, causing post-submit-only failures. Fixes https://github.com/flutter/flutter/issues/82965