Unverified Commit 0cd380f5 authored by Jonah Williams's avatar Jonah Williams Committed by GitHub

[flutter_tools] always run build tests on presubmit (#67654)

parent 587dd006
...@@ -199,8 +199,7 @@ ...@@ -199,8 +199,7 @@
"name":"Mac build_tests", "name":"Mac build_tests",
"repo":"flutter", "repo":"flutter",
"task_name":"mac_build_tests", "task_name":"mac_build_tests",
"enabled":true, "enabled":true
"run_if":["dev/**", "bin/**"]
}, },
{ {
"name":"Mac customer_testing", "name":"Mac customer_testing",
...@@ -331,8 +330,7 @@ ...@@ -331,8 +330,7 @@
"name": "Windows build_tests", "name": "Windows build_tests",
"repo": "flutter", "repo": "flutter",
"task_name": "win_build_tests", "task_name": "win_build_tests",
"enabled":true, "enabled":true
"run_if":["dev/", "bin/"]
}, },
{ {
"name": "Windows customer_testing", "name": "Windows customer_testing",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment