From 6da5bbf33ab1385ddc10913a7d5c9e273710cbb3 Mon Sep 17 00:00:00 2001 From: Yamila Moreno Date: Wed, 27 Aug 2025 11:14:56 +0200 Subject: [PATCH] :paperclip: Fix CI inputs --- .github/workflows/build-bundle.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build-bundle.yml b/.github/workflows/build-bundle.yml index 28a09d4058..e5c5b4a9cc 100644 --- a/.github/workflows/build-bundle.yml +++ b/.github/workflows/build-bundle.yml @@ -31,17 +31,11 @@ on: required: true default: 'develop' build_wasm: - type: choice - options: - - yes - - no + type: string required: false default: 'yes' build_storybook: - type: choice - options: - - yes - - no + type: string required: false default: 'yes'