Skip to content

Commit

Permalink
build.yml: limit manual build to 10 input fields
Browse files Browse the repository at this point in the history
  • Loading branch information
hgy59 committed Jan 4, 2025
1 parent fe5e00f commit b60cd71
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,15 @@ name: Build
on:
workflow_dispatch:
inputs:
package:
description: 'Package to build'
required: true
default: 'adminer'
publish:
description: 'Publish to repository'
required: false
default: false
type: boolean
# Add a separator as a non-input description
build_settings_description:
description: 'Build Settings (archs to include):'
required: false
default: ''
type: choice
options:
- '---'
package:
description: 'Package to build'
required: true
default: 'adminer'
add_noarch_builds:
description: 'Include noarch packages'
required: false
Expand Down

0 comments on commit b60cd71

Please sign in to comment.