We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dadb90a commit 21321f0Copy full SHA for 21321f0
1 file changed
.github/workflows/build.yml
@@ -36,6 +36,10 @@ on:
36
required: false
37
type: string
38
default: kernelkit/infix
39
+ parallel:
40
+ required: false
41
+ type: boolean
42
+ default: false
43
44
env:
45
FLV: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.flavor || inputs.flavor }}
0 commit comments