Skip to content

Commit f10138f

Browse files
[flutter_tools] don't run pub_autoroller on release branches (#106830)
1 parent 3f43d9f commit f10138f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,9 @@ targets:
136136
presubmit: false
137137
recipe: pub_autoroller/pub_autoroller
138138
timeout: 30
139+
enabled_branches:
140+
# Don't run this on release branches
141+
- master
139142
properties:
140143
tags: >
141144
["framework","hostonly"]

0 commit comments

Comments
 (0)