Hi Jarek,
Le 09/02/2021 à 09:21, Jarek Potiuk a écrit : > And we all together try to help each other (for > example I helped yesterday the Pulsar team to implement most aggressive way > of cancelling their workflows https://github.com/apache/pulsar/pull/9503 > (you can find pretty good explanation why and how it was implemented this > way), Thanks for doing this. I'm trying to experiment with your action and there's something a bit confusing in the documentation. It says for the "allDuplicates" action: """Cancels duplicate runs from all running workflows.""" However, it doesn't seem to cancel duplicates from all running workflows, only from the triggering workflow. Is that true? Would there be a way to really cancel duplicates accross all workflows, not only the triggering workflow, without listing all the workflow files explicitly like you did for Pulsar? Ah, another concern: since the cancelling workflow is itself a workflow, it may be subject to the same queueing as other workflows... meaning, if the build queue is clogged, it will run too late to have the maximum effect? Thank you Regards Antoine.