turnstyle icon indicating copy to clipboard operation
turnstyle copied to clipboard

Question: Does Turnstyle work with workflow_dispatch events triggered by API.?

Open anuraj-cwi-devops opened this issue 4 years ago • 2 comments

Hey I'm trying to trigger a Terraform job with an API call, but my workflows tend not wait for the previous ones to finish.

anuraj-cwi-devops avatar Dec 10 '20 22:12 anuraj-cwi-devops

For specifics, I use a workflow_dispatch event to trigger the workflow, and I use an api call to trigger the workflow_dispatch event. However when I was using turnstyle my workflows didn't wait for the previous ones to finish?

anuraj-cwi-devops avatar Dec 16 '20 16:12 anuraj-cwi-devops

I'm also seeing that this isn't preventing parallel workflows from running when triggering via the workflow_dispatch event.

jaymakes11 avatar Mar 25 '21 12:03 jaymakes11