Run packaging builders only on beta and stable. (#117037)
The packaging recipe is now checking the enabled branches property. Bug: https://github.com/flutter/flutter/issues/115492
This commit is contained in:
parent
8e452be2f0
commit
0e0f29fc8c
5
.ci.yaml
5
.ci.yaml
@ -4733,7 +4733,6 @@ targets:
|
||||
enabled_branches:
|
||||
- beta
|
||||
- stable
|
||||
- main
|
||||
properties:
|
||||
task_name: flutter_packaging
|
||||
tags: >
|
||||
@ -4747,7 +4746,6 @@ targets:
|
||||
enabled_branches:
|
||||
- beta
|
||||
- stable
|
||||
- main
|
||||
properties:
|
||||
task_name: flutter_packaging
|
||||
tags: >
|
||||
@ -4762,7 +4760,6 @@ targets:
|
||||
enabled_branches:
|
||||
- beta
|
||||
- stable
|
||||
- main
|
||||
properties:
|
||||
task_name: flutter_packaging
|
||||
tags: >
|
||||
@ -4778,7 +4775,6 @@ targets:
|
||||
enabled_branches:
|
||||
- beta
|
||||
- stable
|
||||
- main
|
||||
properties:
|
||||
task_name: flutter_packaging
|
||||
tags: >
|
||||
@ -4791,7 +4787,6 @@ targets:
|
||||
bringup: true
|
||||
enabled_branches:
|
||||
- beta
|
||||
- main
|
||||
presubmit: false
|
||||
timeout: 60
|
||||
properties:
|
||||
|
Loading…
x
Reference in New Issue
Block a user