From 6dc1085f1762bd5122536b8f01e7ecfcd329f7e5 Mon Sep 17 00:00:00 2001 From: Anatolii Bazko Date: Thu, 9 Dec 2021 15:49:47 +0200 Subject: [PATCH] fix: Remove platform option from creation community operators PR (#1246) Signed-off-by: Anatolii Bazko --- .github/workflows/release-community-operator-PRs.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/release-community-operator-PRs.yml b/.github/workflows/release-community-operator-PRs.yml index f8008b186..dae0712cd 100644 --- a/.github/workflows/release-community-operator-PRs.yml +++ b/.github/workflows/release-community-operator-PRs.yml @@ -19,9 +19,6 @@ on: forceflag: description: 'To update an existing PR, use -f or --force flag here' default: '' - platforms: - description: 'List comma-separated platforms for which to create PRs' - default: 'kubernetes,openshift' # trigger on commit to master branch of new CSVs, eg., https://github.com/eclipse/che-operator/pull/571/files push: branches: @@ -63,7 +60,7 @@ jobs: export QUAY_PASSWORD_K8S=${{ secrets.QUAY_ECLIPSE_CHE_OPERATOR_KUBERNETES_PASSWORD }} export QUAY_USERNAME_OS=${{ secrets.QUAY_ECLIPSE_CHE_OPERATOR_OPENSHIFT_USERNAME }} export QUAY_PASSWORD_OS=${{ secrets.QUAY_ECLIPSE_CHE_OPERATOR_OPENSHIFT_PASSWORD }} - ./make-release.sh --prepare-community-operators-update ${{ github.event.inputs.forceflag }} -p ${{ github.event.inputs.platforms }} + ./make-release.sh --prepare-community-operators-update ${{ github.event.inputs.forceflag }} - name: Create failure MM message if: ${{ failure() }} run: |