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."