Skip to content

Commit

Permalink
Merge pull request #173 from Tenderly/bdz/change-default-invocation-t…
Browse files Browse the repository at this point in the history
…ype-on-init

change-default-invocation-type-on-init
  • Loading branch information
dzekicb authored Feb 23, 2024
2 parents 0add238 + d186132 commit fe1cb3d
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 fe1cb3d

Please sign in to comment.