Skip to content

Commit fe1cb3d

Browse files
authored
Merge pull request #173 from Tenderly/bdz/change-default-invocation-type-on-init
change-default-invocation-type-on-init
2 parents 0add238 + d186132 commit fe1cb3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/actions/init.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ var initAction = &actionsModel.ActionSpec{
6060
Description: &initDescription,
6161
Function: "example:blockHelloWorldFn",
6262
Trigger: actionsModel.TriggerUnparsed{Type: "block"},
63-
ExecutionType: "sequential",
63+
ExecutionType: "parallel",
6464
}
6565

6666
func init() {

0 commit comments

Comments
 (0)