Skip to content

Commit

Permalink
fix dispatcher
Browse files Browse the repository at this point in the history
  • Loading branch information
RazvanLiviuVarzaru committed Sep 12, 2024
1 parent 3296fe6 commit 3f54600
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/build-workflow-dispatcher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@ name: Dispatch all build container images workflows
on:
workflow_dispatch:
inputs:
build-centos-based:
description: 'Run CentOS-based builds'
required: true
default: false
type: boolean
build-centos7pip-based:
description: 'Run CentOS 7 pip-based builds'
required: true
Expand Down Expand Up @@ -55,10 +50,6 @@ on:
type: boolean

jobs:
build-centos-based:
if: ${{ inputs.build-centos-based }}
uses: ./.github/workflows/build-centos-based.yml
secrets: inherit
build-centos7pip-based:
if: ${{ inputs.build-centos7pip-based }}
uses: ./.github/workflows/build-centos7.pip-based.yml
Expand Down

0 comments on commit 3f54600

Please sign in to comment.