Status badges for named workflows

Is there any plan to support status badges for individual (named) workflows? Relying on a branch makes it difficult to run multiple independent workflows for a given project.

Right now we have a primary build/test workflow that’s integrated into our release process. Engineers rely on a status badge to have visual feedback that CI is green. We have a secondary, scheduled CI job that is expected to fail occasionally.

When a release coincides with the scheduled CI job, it causes our status badge to go red, which is frustrating. Moreover, engineers can accidentally re-run the scheduled workflow (unaware it isn’t the primary build/test workflow), leading to even more confusion.

I’d love to see this as well. My use case is a little different, where we have test frameworks with workflows setup for different target applications. I’d love to have a way to get each application’s status badge.