skywalking-java/.github
Jarek Potiuk b041ecb2a9
The Cancel step is now optimised in one job (#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.
2020-11-03 19:31:36 +08:00
..
workflows The Cancel step is now optimised in one job (#5782) 2020-11-03 19:31:36 +08:00
ISSUE_TEMPLATE Update ISSUE_TEMPLATE (#5258) 2020-08-07 12:39:26 +08:00
PULL_REQUEST_TEMPLATE chore: fix typo in PULL_REQUEST_TEMPLATE (#5750) 2020-10-29 21:48:59 +08:00