Skip to content

Commit

Permalink
workflow dispatch does not support more than 10 inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
RazvanLiviuVarzaru committed Aug 29, 2024
1 parent 622b399 commit 8ad1777
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-container-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
- 'ci_build_images/buildbot-worker.Dockerfile'
- .github/workflows/build-container-release.yml
- .github/workflows/bbw_build_container_template.yml
workflow_call:
workflow_dispatch:

jobs:
build-images:
Expand Down
11 changes: 1 addition & 10 deletions .github/workflows/build-workflow-dispatcher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,6 @@ on:
required: true
default: false
type: boolean
build-release-container:
description: 'Build release container'
required: true
default: false
type: boolean

jobs:
build-centos-based:
Expand Down Expand Up @@ -99,8 +94,4 @@ jobs:
build-slespip-based:
if: ${{ inputs.build-slespip-based }}
uses: ./.github/workflows/build-sles.pip-based.yml
secrets: inherit
build-release-container:
if: ${{ inputs.build-release-container }}
uses: ./.github/workflows/build-container-release.yml
secrets: inherit
secrets: inherit

0 comments on commit 8ad1777

Please sign in to comment.