From 75a84d488fdec36ecf1fc2d15e092415aac20868 Mon Sep 17 00:00:00 2001 From: srakeshkumar1019 Date: Mon, 17 Jun 2024 17:11:30 +0530 Subject: [PATCH] test mk --- .github/workflows/delete.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/delete.yaml b/.github/workflows/delete.yaml index f3260255..9718ecff 100644 --- a/.github/workflows/delete.yaml +++ b/.github/workflows/delete.yaml @@ -23,7 +23,8 @@ jobs: if: github.event_name == 'pull_request' run: echo "This is a PR. You can set up version handling for PRs here." - - name: Delete promoted Admin Console to Connect PREPROD + - name: Delete test promoted Admin Console to Connect PREPROD + if: github.event_name == 'workflow_dispatch' env: CONNECT_PREPROD_URL: https://nos-preprod-connect.nuxeocloud.com/nuxeo run: curl -i -u "${{ secrets.CONNECT_PREPROD_AUTH }}" -X DELETE "$CONNECT_PREPROD_URL/site/marketplace/delete/nuxeo-admin-console-ui-package-${{ github.event.inputs.version }}"