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
|
||||
build_wasm:
|
||||
type: boolean
|
||||
required: true
|
||||
required: false
|
||||
default: true
|
||||
build_storybook:
|
||||
type: boolean
|
||||
required: true
|
||||
required: false
|
||||
default: true
|
||||
|
||||
jobs:
|
||||
|
||||
2
.github/workflows/build-develop.yml
vendored
2
.github/workflows/build-develop.yml
vendored
@@ -10,3 +10,5 @@ jobs:
|
||||
secrets: inherit
|
||||
with:
|
||||
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
|
||||
with:
|
||||
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
|
||||
with:
|
||||
gh_ref: ${{ github.ref_name }}
|
||||
build_wasm: false
|
||||
build_storybook: true
|
||||
|
||||
Reference in New Issue
Block a user