From 31185ae3653ac65e39e4988c9abc498a8a3f87cd Mon Sep 17 00:00:00 2001 From: fkwp Date: Fri, 6 Jun 2025 00:13:49 +0200 Subject: [PATCH] make build_mode optional --- .github/workflows/build-element-call.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-element-call.yaml b/.github/workflows/build-element-call.yaml index a3996ce6..6a65b74d 100644 --- a/.github/workflows/build-element-call.yaml +++ b/.github/workflows/build-element-call.yaml @@ -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: