Skip to content

Commit

Permalink
Update custom_build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DmytroNazarenko authored Jun 13, 2024
1 parent 2720745 commit 2b72617
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/custom_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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 }}
Expand Down

0 comments on commit 2b72617

Please sign in to comment.