[flutter_tools] don't run pub_autoroller on release branches (#106830)

This commit is contained in:
Christopher Fujino
2022-06-29 15:52:06 -07:00
committed by GitHub
parent 3f43d9f3d4
commit f10138f0e6

View File

@@ -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"]