turnstyle
turnstyle copied to clipboard
Not sure why jobs are running concurrently
Thanks for the great action. I have a pretty simple scenario where I want to limit a job to never run concurrently (deploy to github pages). Can't get it to work for some reason, probably missing something.
My workflow is here and the runs are #1 #2 (had to cancel the 2nd as it already started without waiting for the first one).
Relevant job to block is gh-pages
("Deploying to Github Pages")
Thanks
Hi I also have the same issue. It is happening on a private repo so I can't share any workflow logs but would be happy to provide debug info if there is something specific that I can look for.
Thanks for making this though! GH workflows really should have this built-in.
@ronlut Your workflow doesn't have the action configured (softprops/turnstyle@v1
). See the README on that.
@schof take a look at his git history, he had it there but I guess it wasn't working for him so he removed it.
@ronlut @tymokvo , the problem could be related to what we are facing too, I have raised a PR for this #31
In my testing I found out the action wasn't pulling queued
runs and this was allowing runs to progress without waiting.
Close as fixed. Thanks!
Try out 2.1.0 release.
What a great comeback!