From f5116bb760ca1f01965598798691cbe6af64fe07 Mon Sep 17 00:00:00 2001 From: Sebastien Bocahu Date: Mon, 26 Feb 2024 11:19:56 +0100 Subject: [PATCH] feature-branch-deployment: Add the possibility to request upgrading from a 5.8 version --- .github/workflows/test-feature-branch.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-feature-branch.yml b/.github/workflows/test-feature-branch.yml index 22a00fc08db1f..376943b0513fb 100644 --- a/.github/workflows/test-feature-branch.yml +++ b/.github/workflows/test-feature-branch.yml @@ -6,7 +6,11 @@ on: type: string default: '{}' required: false - + upgrade_from_58: + description: Whether to upgrade from 5.8 + type: boolean + required: false + default: false jobs: worker: