From ea2627d4f69e5b497f270f5033b380459739dc3c Mon Sep 17 00:00:00 2001 From: Richard Alpe Date: Tue, 29 Jul 2025 08:36:00 +0200 Subject: [PATCH] .github: remove explicit required from build dispatch Reduce number of lines. Required = false is the default. Signed-off-by: Richard Alpe --- .github/workflows/build.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 07508725..1f54bdfa 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,17 +5,14 @@ on: inputs: flavor: description: 'Optional build flavor (e.g. _minimal)' - required: false default: '' type: string parallel: description: 'Massive parallel build of each image' - required: false default: true type: boolean infix_repo: description: 'Repo to checkout (for spin overrides)' - required: false default: kernelkit/infix type: string