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:
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:
......
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