From 6f8bc6cb025ccdc3efb9b32c89a2ffec6cf890fe Mon Sep 17 00:00:00 2001 From: Mykhailo Kuznietsov Date: Thu, 26 Mar 2026 09:45:12 +0200 Subject: [PATCH] Update release-orchestrate-overall.yml --- .github/workflows/release-orchestrate-overall.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/release-orchestrate-overall.yml b/.github/workflows/release-orchestrate-overall.yml index 78ae7cf..e566ee0 100644 --- a/.github/workflows/release-orchestrate-overall.yml +++ b/.github/workflows/release-orchestrate-overall.yml @@ -7,10 +7,6 @@ on: description: 'The version that is going to be released. Should be in format 7.y.z' required: true default: '' - releaseParent: - description: 'If true, will also release Che Parent.' - required: false - default: 'false' versionParent: description: 'The version of Che Parent' required: false @@ -99,7 +95,6 @@ jobs: CHE_VERSION="${{ github.event.inputs.version }}" echo "CHE_VERSION=${CHE_VERSION}" PHASES="${{ github.event.inputs.phases }}" - PARENT_VERSION="${{ github.event.inputs.versionParent }}" PARENT_RELEASE="${{ github.event.inputs.releaseParent }}" export CHE_GITHUB_SSH_KEY=${{ secrets.CHE_GITHUB_SSH_KEY }}