📎 Fix CI inputs

This commit is contained in:
Yamila Moreno
2025-08-27 10:11:29 +02:00
parent dfe0f64c7c
commit bcd950c141
4 changed files with 8 additions and 2 deletions

View File

@@ -11,11 +11,11 @@ on:
required: true required: true
build_wasm: build_wasm:
type: boolean type: boolean
required: true required: false
default: true default: true
build_storybook: build_storybook:
type: boolean type: boolean
required: true required: false
default: true default: true
jobs: jobs:

View File

@@ -10,3 +10,5 @@ jobs:
secrets: inherit secrets: inherit
with: with:
gh_ref: "develop" gh_ref: "develop"
build_wasm: true
build_storybook: true

View File

@@ -10,3 +10,5 @@ jobs:
secrets: inherit secrets: inherit
with: with:
gh_ref: "staging" gh_ref: "staging"
build_wasm: true
build_storybook: true

View File

@@ -11,3 +11,5 @@ jobs:
secrets: inherit secrets: inherit
with: with:
gh_ref: ${{ github.ref_name }} gh_ref: ${{ github.ref_name }}
build_wasm: false
build_storybook: true