From 2b726178e55172acaedda0493091e1df77426074 Mon Sep 17 00:00:00 2001 From: Dmytro Nazarenko Date: Thu, 13 Jun 2024 20:26:48 +0100 Subject: [PATCH] Update custom_build.yml --- .github/workflows/custom_build.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/custom_build.yml b/.github/workflows/custom_build.yml index 66aa8cd51..93316c47a 100644 --- a/.github/workflows/custom_build.yml +++ b/.github/workflows/custom_build.yml @@ -23,19 +23,9 @@ on: - Debug - RelWithDebInfo default: RelWithDebInfo - skaled_type: - description: 'Type of skaled build' - type: choice - required: true - options: - - Core - - Historic - - All - default: Core jobs: core_build: - if: github.event.inputs.skaled_type == 'Core' || github.event.inputs.skaled_type == 'All' uses: ./.github/workflows/setup-build-publish.yml with: image_version: ${{ github.event.inputs.image_version }} @@ -48,7 +38,6 @@ jobs: DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }} historic_build: - if: github.event.inputs.skaled_type == 'Historic' || github.event.inputs.skaled_type == 'All' uses: ./.github/workflows/setup-build-publish.yml with: image_version: ${{ github.event.inputs.image_version }}