From e17b6dd6089c832c57d1aad798c5e5483b0d6006 Mon Sep 17 00:00:00 2001 From: Matheus Cruz Date: Mon, 3 Aug 2026 20:34:22 -0300 Subject: [PATCH] Change do as required (following workflow.yaml schema) Signed-off-by: Matheus Cruz --- dsl-reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dsl-reference.md b/dsl-reference.md index b79d734b..d8e2f2d9 100644 --- a/dsl-reference.md +++ b/dsl-reference.md @@ -589,7 +589,7 @@ Serves as a fundamental building block within workflows, enabling the sequential | Name | Type | Required | Description| |:--|:---:|:---:|:---| -| do | [`map[string, task]`](#task) | `no` | The tasks to perform sequentially. | +| do | [`map[string, task]`](#task) | `yes` | The tasks to perform sequentially. | ##### Examples