From 5ec4a2c6cd92496201d26e42b54c118cb4e6c656 Mon Sep 17 00:00:00 2001 From: Alexander Biggs Date: Fri, 6 Jan 2023 14:57:54 -0500 Subject: [PATCH] [fuchsia] Enable CI for branches like `fuchsia_r51a`. We ended up needing a second cherrypick branch for the R51 release as the first release candidate was abandoned. This was the convention the Fuchsia team settled on for their branch name that we are trying to match. --- .ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci.yaml b/.ci.yaml index 97a7e00d7cd43..51a164672434b 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -8,7 +8,7 @@ enabled_branches: - main - flutter-\d+\.\d+-candidate\.\d+ - - fuchsia_r\d+ + - fuchsia_r\d+[a-z]* platform_properties: linux: