From e50393e5e03ff1a5103ddd560294654e21c401c2 Mon Sep 17 00:00:00 2001 From: CarlosFelipeOR Date: Fri, 17 Jul 2026 19:57:47 -0300 Subject: [PATCH] Enable manual workflow_dispatch trigger for ReleaseBranchCI on antalya-26.3 Signed-off-by: CarlosFelipeOR --- .github/workflows/release_branches.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/release_branches.yml b/.github/workflows/release_branches.yml index 272c246b6863..37769928cb38 100644 --- a/.github/workflows/release_branches.yml +++ b/.github/workflows/release_branches.yml @@ -3,6 +3,13 @@ name: ReleaseBranchCI on: + workflow_dispatch: + inputs: + no_cache: + description: Run without cache + required: false + type: boolean + default: false push: branches: ['2[1-9].[1-9][0-9]', '2[1-9].[1-9]']