Files
stuartmorgan 7cf08e5683 Make run-on-changed-packages flag handle repo-level changes (#3946)
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
2021-05-20 11:27:30 -07:00
..