Unverified Commit 0e0f29fc authored by godofredoc's avatar godofredoc Committed by GitHub

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
parent 8e452be2
...@@ -4733,7 +4733,6 @@ targets: ...@@ -4733,7 +4733,6 @@ targets:
enabled_branches: enabled_branches:
- beta - beta
- stable - stable
- main
properties: properties:
task_name: flutter_packaging task_name: flutter_packaging
tags: > tags: >
...@@ -4747,7 +4746,6 @@ targets: ...@@ -4747,7 +4746,6 @@ targets:
enabled_branches: enabled_branches:
- beta - beta
- stable - stable
- main
properties: properties:
task_name: flutter_packaging task_name: flutter_packaging
tags: > tags: >
...@@ -4762,7 +4760,6 @@ targets: ...@@ -4762,7 +4760,6 @@ targets:
enabled_branches: enabled_branches:
- beta - beta
- stable - stable
- main
properties: properties:
task_name: flutter_packaging task_name: flutter_packaging
tags: > tags: >
...@@ -4778,7 +4775,6 @@ targets: ...@@ -4778,7 +4775,6 @@ targets:
enabled_branches: enabled_branches:
- beta - beta
- stable - stable
- main
properties: properties:
task_name: flutter_packaging task_name: flutter_packaging
tags: > tags: >
...@@ -4791,7 +4787,6 @@ targets: ...@@ -4791,7 +4787,6 @@ targets:
bringup: true bringup: true
enabled_branches: enabled_branches:
- beta - beta
- main
presubmit: false presubmit: false
timeout: 60 timeout: 60
properties: properties:
......
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