From 0fe9c10cc5381d870dccdc57371a22c305280a8b Mon Sep 17 00:00:00 2001 From: Matan Lurey Date: Thu, 15 May 2025 10:12:37 -0700 Subject: [PATCH] [3.32] Revert: "Run `flutter_packaging` builders on release candidates (#168918) This reverts commit aed4bfd318f189d648e595b89442fc19e3147b47. `flutter_packaging` builders only should run on `stable` or `beta`, the original definition was correct. --- .ci.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.ci.yaml b/.ci.yaml index 24628b19698..9d8f8f5439c 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -6866,7 +6866,6 @@ targets: scheduler: release bringup: true # https://github.com/flutter/flutter/issues/126286 enabled_branches: - - flutter-\d+\.\d+-candidate\.\d+ - beta - stable properties: @@ -6881,7 +6880,6 @@ targets: timeout: 60 scheduler: release enabled_branches: - - flutter-\d+\.\d+-candidate\.\d+ - beta - stable properties: @@ -6898,7 +6896,6 @@ targets: timeout: 60 scheduler: release enabled_branches: - - flutter-\d+\.\d+-candidate\.\d+ - beta - stable properties: @@ -6915,7 +6912,6 @@ targets: scheduler: release bringup: true enabled_branches: - - flutter-\d+\.\d+-candidate\.\d+ - beta - stable properties: