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 @@
"name":"Mac build_tests",
"repo":"flutter",
"task_name":"mac_build_tests",
"enabled":true,
"run_if":["dev/**", "bin/**"]
"enabled":true
},
{
"name":"Mac customer_testing",
......@@ -331,8 +330,7 @@
"name": "Windows build_tests",
"repo": "flutter",
"task_name": "win_build_tests",
"enabled":true,
"run_if":["dev/", "bin/"]
"enabled":true
},
{
"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