Prevent multiple workflows running

Is there a way to prevent multiple instances of the same workflow from running at the same time? Or a way I can determine if a workflow is currently running?

Hey @daltonconley!

There's actually built-in rate limiting that only allows for one instance of a workflow to run at once! You can read more about it here.