potiuk opened a new pull request #5782:
URL: https://github.com/apache/skywalking/pull/5782


   The cancel steps were tried in separate jobs but it causes
   an unnecessary increase in the number of jobs blocking the queue
   even if we limited parallelism. This PR combines all the cancel
   actions into a single job with multiple steps.
   
   While this is a bit more copy&pasting and less DRY it is also
   far more optimised and "aggressive" - i.e. once any cancel
   job starts to be running it will immediately cancel all duplicates
   for all workflows.
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to