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'