Quick question regarding github actions, is it pos...
# general
a
Quick question regarding github actions, is it possible to have Pulumi wait if another stack is already in progress rather than exiting with an error?
I've been using "concurrency" checks but that only applies if the workflow yaml in use is currently running. If more than one action (file) is running, pulumi will fail with another action is already in progress.
e