mirror of
https://github.com/vector-im/element-call.git
synced 2026-03-07 05:47:03 +00:00
make build_mode optional
This commit is contained in:
2
.github/workflows/build-element-call.yaml
vendored
2
.github/workflows/build-element-call.yaml
vendored
@@ -12,7 +12,7 @@ on:
|
||||
build_mode:
|
||||
type: string # This would ideally be a `choice` type, but that isn't supported yet
|
||||
description: The build mode for vite. Must be either 'development' or 'production'
|
||||
required: true
|
||||
required: false
|
||||
default: production
|
||||
secrets:
|
||||
SENTRY_ORG:
|
||||
|
||||
Reference in New Issue
Block a user