turnstyle
turnstyle copied to clipboard
Question: Does Turnstyle work with workflow_dispatch events triggered by API.?
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.
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?
I'm also seeing that this isn't preventing parallel workflows from running when triggering via the workflow_dispatch
event.