My case is similar to this: https://github.community/t5/GitHub-Actions/Filter-repository-dispatch-workflow-trigger/m-p/34774#M2006
Previously other jobs were canceled that was visualized with gray straked sign. Currently all triggered workflows except the one with proper name (let say ‘deploy.a’) are makred as **failed**. This bug is extremly ennoying because this triggers failed workflow notification.
What is more, when you click on the skipped workflow **the last sucessfull workflow of this name is shown**. Is it known?
So I got many emaiil notifications about failed pipelines even if it was not failed but just skipped, and then clicking on link from the email, it shows me successfull job!
Currently I’m forced to code my own notifation system and send emails from the code when a workflow is *really* failed. Could you provide any ETA for bringing previous behavior or implementing feature requested in the link above?