Skip to content

Commit 21321f0

Browse files
committed
.github: allow upstream workflow caller to set parallel
Signed-off-by: Richard Alpe <[email protected]>
1 parent dadb90a commit 21321f0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ on:
3636
required: false
3737
type: string
3838
default: kernelkit/infix
39+
parallel:
40+
required: false
41+
type: boolean
42+
default: false
3943

4044
env:
4145
FLV: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.flavor || inputs.flavor }}

0 commit comments

Comments
 (0)