Skip to content

Commit ea2627d

Browse files
committed
.github: remove explicit required from build dispatch
Reduce number of lines. Required = false is the default. Signed-off-by: Richard Alpe <[email protected]>
1 parent 21321f0 commit ea2627d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,14 @@ on:
55
inputs:
66
flavor:
77
description: 'Optional build flavor (e.g. _minimal)'
8-
required: false
98
default: ''
109
type: string
1110
parallel:
1211
description: 'Massive parallel build of each image'
13-
required: false
1412
default: true
1513
type: boolean
1614
infix_repo:
1715
description: 'Repo to checkout (for spin overrides)'
18-
required: false
1916
default: kernelkit/infix
2017
type: string
2118

0 commit comments

Comments
 (0)