📎 Fix CI inputs

This commit is contained in:
Yamila Moreno 2025-08-27 11:19:35 +02:00
parent 112fa46896
commit 1438632dde
1 changed files with 6 additions and 8 deletions

View File

@ -10,17 +10,13 @@ on:
required: true
default: 'develop'
build_wasm:
type: choice
options:
- yes
- no
description: 'Valid values: yes, no'
type: string
required: false
default: 'yes'
build_storybook:
type: choice
options:
- yes
- no
description: 'Valid values: yes, no'
type: string
required: false
default: 'yes'
workflow_call:
@ -31,10 +27,12 @@ on:
required: true
default: 'develop'
build_wasm:
description: 'Valid values: yes, no'
type: string
required: false
default: 'yes'
build_storybook:
description: 'Valid values: yes, no'
type: string
required: false
default: 'yes'