Run gradle_plugin_*_apk_test on presubmit on flutter_tool changes. (#142090)

These tests were failing in postsubmit after a change to `packages/flutter_tools`. We should run these in presubmit when `packages/flutter_tools` changes.
This commit is contained in:
Jackson Gardner 2024-03-15 10:52:52 -07:00 committed by GitHub
parent 58eb0e8ae6
commit a97af2093b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -806,6 +806,7 @@ targets:
task_name: gradle_plugin_fat_apk_test
runIf:
- dev/**
- packages/flutter_tools/**
- bin/**
- .ci.yaml
@ -824,6 +825,7 @@ targets:
task_name: gradle_plugin_light_apk_test
runIf:
- dev/**
- packages/flutter_tools/**
- bin/**
- .ci.yaml