Skip to content

Commit

Permalink
change-default-invocation-type-on-init
Browse files Browse the repository at this point in the history
  • Loading branch information
dzekicb committed Feb 23, 2024
1 parent 0add238 commit d186132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/actions/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ var initAction = &actionsModel.ActionSpec{
Description: &initDescription,
Function: "example:blockHelloWorldFn",
Trigger: actionsModel.TriggerUnparsed{Type: "block"},
ExecutionType: "sequential",
ExecutionType: "parallel",
}

func init() {
Expand Down

0 comments on commit d186132

Please sign in to comment.