mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
📎 Fix CI inputs
This commit is contained in:
4
.github/workflows/build-bundle.yml
vendored
4
.github/workflows/build-bundle.yml
vendored
@@ -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:
|
||||||
|
|||||||
2
.github/workflows/build-develop.yml
vendored
2
.github/workflows/build-develop.yml
vendored
@@ -10,3 +10,5 @@ jobs:
|
|||||||
secrets: inherit
|
secrets: inherit
|
||||||
with:
|
with:
|
||||||
gh_ref: "develop"
|
gh_ref: "develop"
|
||||||
|
build_wasm: true
|
||||||
|
build_storybook: true
|
||||||
|
|||||||
2
.github/workflows/build-staging.yml
vendored
2
.github/workflows/build-staging.yml
vendored
@@ -10,3 +10,5 @@ jobs:
|
|||||||
secrets: inherit
|
secrets: inherit
|
||||||
with:
|
with:
|
||||||
gh_ref: "staging"
|
gh_ref: "staging"
|
||||||
|
build_wasm: true
|
||||||
|
build_storybook: true
|
||||||
|
|||||||
2
.github/workflows/build-tag.yml
vendored
2
.github/workflows/build-tag.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user