mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-06 15:43:02 +02:00
.github: allow upstream workflow caller to set parallel
Signed-off-by: Richard Alpe <richard@bit42.se>
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user