When multiple workflows are triggered via workflow_dispatch on the same commit SHA, the GitHub UI merges the checks and annotations from all runs, instead of displaying them separately per workflow run. #171075
Replies: 3 comments
-
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
BetaWas this translation helpful?Give feedback.
-
Any updates on this ? |
BetaWas this translation helpful?Give feedback.
-
When you trigger multiple workflows on the same commit SHA using workflow_dispatch, GitHub’s UI combines the checks and annotations from all workflow runs under the same commit. This means you don’t see each workflow run separately in the commit’s checks view; instead, the results are merged together, which can make it harder to distinguish which workflow produced which annotations or failures. Currently, there’s no way to force GitHub to display them separately for the same commit SHA; each workflow run is tied to the commit, and the UI aggregates their status and annotations. A common workaround is to trigger workflows on different refs or tags if you need separate, distinct check displays. |
BetaWas this translation helpful?Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Why are you starting this discussion?
Bug
What GitHub Actions topic or product is this about?
Workflow Configuration
Discussion Details
Summary
When multiple workflows are triggered via
workflow_dispatchon the same commit SHA, the GitHub UI merges the checks and annotations from all runs, instead of displaying them separately per workflow run.Steps to Reproduce
.github/workflows/a.ymland.github/workflows/b.ymlworkflow_dispatchas a trigger.Actual Behavior
Expected Behavior
Environment
Additional Context
BetaWas this translation helpful?Give feedback.
All reactions