From 9b63f1c12a6ade598161147ebaa9faf7bb1769f4 Mon Sep 17 00:00:00 2001 From: NotKiwy Date: Thu, 11 Jun 2026 23:34:01 +0300 Subject: [PATCH] fix(schema): add deployment field to environment schema --- pkg/schema/workflow_schema.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkg/schema/workflow_schema.json b/pkg/schema/workflow_schema.json index b65bf6ff4d0..a3217efc421 100644 --- a/pkg/schema/workflow_schema.json +++ b/pkg/schema/workflow_schema.json @@ -1659,6 +1659,10 @@ "type": "job-environment-name", "required": true }, + "deployment": { + "type": "boolean", + "description": "When set to false, disables deployment creation for the environment." + }, "url": { "type": "string-runner-context-no-secrets", "description": "The environment URL, which maps to `environment_url` in the deployments API."