From 34c25a91653d511e5ac59a18879a4460c05855eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20Adel=C3=B6w?= Date: Wed, 31 Jan 2024 11:06:11 +0100 Subject: [PATCH] string comparisons for bools - who'd've thunk it MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fredrik Adelöw --- .github/workflows/deploy_packages.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/deploy_packages.yml b/.github/workflows/deploy_packages.yml index 5d0952bf87..ca037d50b6 100644 --- a/.github/workflows/deploy_packages.yml +++ b/.github/workflows/deploy_packages.yml @@ -4,8 +4,7 @@ on: inputs: force_release: description: 'Unconditionally trigger the release job to run' - required: true - default: false + required: false type: boolean push: branches: [master, patch/*]