We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0add238 + d186132 commit fe1cb3dCopy full SHA for fe1cb3d
commands/actions/init.go
@@ -60,7 +60,7 @@ var initAction = &actionsModel.ActionSpec{
60
Description: &initDescription,
61
Function: "example:blockHelloWorldFn",
62
Trigger: actionsModel.TriggerUnparsed{Type: "block"},
63
- ExecutionType: "sequential",
+ ExecutionType: "parallel",
64
}
65
66
func init() {
0 commit comments