compute-actions icon indicating copy to clipboard operation
compute-actions copied to clipboard

Manually execute child actions instead of using pre and post hooks

Open kailan opened this issue 3 years ago • 0 comments

pre- and post- hooks do not work as I had originally understood. For example, when running the root action, the deploy step does not happen until after the workflow has completed.

Instead of depending on pre and post, the root action should be an independent script that calls in to the other actions programatically.

kailan avatar Aug 31 '22 17:08 kailan