From 4db09331c669af9c16fbb7e7d92c32a8ad9e4ec3 Mon Sep 17 00:00:00 2001 From: albertony <12441419+albertony@users.noreply.github.com> Date: Wed, 2 Oct 2024 20:51:11 +0200 Subject: [PATCH] build: remove required property on boolean inputs Since boolean inputs are now properly treated as booleans, and GitHub Web GUI shows them as checkboxes, setting required does nothing. --- .github/workflows/build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8ff8c58f0..fe1d84c38 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,7 +17,6 @@ on: manual: description: Manual run (bypass default conditions) type: boolean - required: true default: true jobs: