From f10138f0e6e8595ebc821d9566c37161eea1b2a1 Mon Sep 17 00:00:00 2001 From: Christopher Fujino Date: Wed, 29 Jun 2022 15:52:06 -0700 Subject: [PATCH] [flutter_tools] don't run pub_autoroller on release branches (#106830) --- .ci.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.ci.yaml b/.ci.yaml index cb0ebcef20a..8c23a468381 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -136,6 +136,9 @@ targets: presubmit: false recipe: pub_autoroller/pub_autoroller timeout: 30 + enabled_branches: + # Don't run this on release branches + - master properties: tags: > ["framework","hostonly"]