From c5c72ade34594ca5f2a805f623a59db3389f42dc Mon Sep 17 00:00:00 2001 From: Mihail Mihov Date: Mon, 25 Nov 2024 15:47:59 +0200 Subject: [PATCH] ci: test Signed-off-by: Mihail Mihov --- .../node-zxc-build-release-artifact.yaml | 51 ------------------- 1 file changed, 51 deletions(-) diff --git a/.github/workflows/node-zxc-build-release-artifact.yaml b/.github/workflows/node-zxc-build-release-artifact.yaml index 357ea927464b..c42b0cae3447 100644 --- a/.github/workflows/node-zxc-build-release-artifact.yaml +++ b/.github/workflows/node-zxc-build-release-artifact.yaml @@ -100,57 +100,6 @@ on: jf-access-token: required: true - pull_request: #REMOVE THIS AFTER TESTING - workflow_dispatch: #REMOVE THIS AFTER TESTING - inputs: - # Valid version policies are as follows: specified, branch-commit, adhoc-commit - version-policy: - description: "Version Policy:" - type: string - required: true - # Valid options are none, integration, and preview - trigger-env-deploy: - description: "Deploy to Environment:" - type: string - required: true - default: "none" - # Valid release profiles are as follows: - # - none - # - AdhocCommit - # - DevelopCommit - # - DevelopDailySnapshot - # - DevelopSnapshot - # - PrereleaseChannel - release-profile: - description: "Release Profile:" - type: string - required: true - default: "none" - new-version: - description: "New Version:" - type: string - required: false - dry-run-enabled: - description: "Perform Dry Run" - type: boolean - required: false - default: true #CHANGE THIS TO FALSE AFTER TESTING - java-distribution: - description: "Java JDK Distribution:" - type: string - required: false - default: "temurin" - java-version: - description: "Java JDK Version:" - type: string - required: false - default: "21.0.4" - gradle-version: - description: "Gradle Version:" - type: string - required: false - default: "wrapper" - defaults: run: shell: bash