From 9375fd8ffe50132f8a13e5d764e320da51f62e0d Mon Sep 17 00:00:00 2001 From: Benjamin Arntzen Date: Tue, 25 Mar 2025 11:31:43 +0000 Subject: [PATCH] Update waku-multi.yml --- .github/ISSUE_TEMPLATE/waku-multi.yml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/waku-multi.yml b/.github/ISSUE_TEMPLATE/waku-multi.yml index c783910..8377fa7 100644 --- a/.github/ISSUE_TEMPLATE/waku-multi.yml +++ b/.github/ISSUE_TEMPLATE/waku-multi.yml @@ -92,14 +92,12 @@ body: validations: required: true - - type: dropdown - id: execution-mode + - type: input + id: parallelism attributes: - label: Execution Mode - description: Specify whether to run matrix deployments in parallel or sequentially. This option only applies to matrix configurations. - options: - - "Parallel" - - "Sequential" + label: Parallelism + description: How many jobs do you want to run at once? (0 for unlimited) + placeholder: "1" validations: required: true