From 45c588567d14d72cc6d992afe171d4cd0567f4d3 Mon Sep 17 00:00:00 2001 From: Richard Alpe Date: Wed, 9 Jul 2025 10:42:40 +0200 Subject: [PATCH] .github: fix parallel typo in dispatch Fixes: 874c0a54 Use massive parallel in workflow for PRs Signed-off-by: Richard Alpe --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e0b63a95..69c27f8b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,7 +8,7 @@ on: required: false default: '' type: string - parallell: + parallel: description: 'Massive parallel build of each image' required: false default: true