Feature request, show dependent workflows under the trigger-event UI of the triggering workflow. #144045
Replies: 1 comment
-
💬 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. ⭐ |
Beta Was this translation helpful? Give feedback.
-
Select Topic Area
Product Feedback
Body
Described here with screenshots
https://devops.stackexchange.com/questions/19883/is-it-possible-to-make-a-dependent-workflow-show-under-the-commit-interface
Given two workflows,
Foo
is triggered on push,Bar
is triggered onworkflow_run
ofFoo
. It could be said, thatBar
depends onFoo
. However,Foo
will show up on the UI of the push commit. WhileBar
is only accessible in the GitHub Actions UI.This makes the UI of the push commit deceptive. You're only looking at the workflows that ran. But to know what workflows they triggered you'd have to open up all of your workflows, and correlate that manually with the runtimes to the workflow that triggered on
push
in the Actions tab.Beta Was this translation helpful? Give feedback.
All reactions