From 396963b92d7fa3d1a5e67b6c53bd34e1f5482a8b Mon Sep 17 00:00:00 2001 From: Abdoulbari Zakir Date: Mon, 19 Feb 2024 16:10:15 +0100 Subject: [PATCH] test --- .github/workflows/new_release.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/new_release.yml b/.github/workflows/new_release.yml index c65ca9dc1e..4fa86e97c2 100644 --- a/.github/workflows/new_release.yml +++ b/.github/workflows/new_release.yml @@ -51,7 +51,6 @@ jobs: uses: ./.github/workflows/windows-vcpkg.yml with: run-tests: ${{ inputs.run-tests }} - target_branch: ${{ inputs.target_branch }} centos7: name: Release - centos7 @@ -59,7 +58,6 @@ jobs: uses: ./.github/workflows/centos7.yml with: run-tests: ${{ inputs.run-tests }} - target_branch: ${{ inputs.target_branch }} oracle8: name: Release - oracle8 @@ -67,7 +65,6 @@ jobs: uses: ./.github/workflows/oracle8.yml with: run-tests: ${{ inputs.run-tests }} - target_branch: ${{ inputs.target_branch }} user_guide: name: User Guide @@ -75,4 +72,3 @@ jobs: uses: ./.github/workflows/build-userguide.yml with: run-tests: ${{ inputs.run-tests }} - target_branch: ${{ inputs.target_branch }}