.github: allow upstream workflow caller to set parallel

Signed-off-by: Richard Alpe <richard@bit42.se>
This commit is contained in:
Richard Alpe
2025-07-29 08:03:56 +02:00
parent dadb90a6d8
commit 21321f0196
+4
View File
@@ -36,6 +36,10 @@ on:
required: false
type: string
default: kernelkit/infix
parallel:
required: false
type: boolean
default: false
env:
FLV: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.flavor || inputs.flavor }}