Show which environment a workflow or job is running on in web interface #166208
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. ⭐ |
|
Facing the same issue. Is there a rough estimate by when we can expect this improvement? |

Uh oh!
There was an error while loading. Please reload this page.
Why are you starting this discussion?
Product Feedback
What GitHub Actions topic or product is this about?
Misc
Discussion Details
In brief, I'd love an easy to find indicator of what environment a workflow or job is running in so I can check that I didn't mistakenly deploy to the wrong environment.
I use a lot of manually run workflows in Github Actions that we use different environment to control their deployment location among other things. After launching the workflow, it is nearly impossible to tell in the GH Actions web interface what environment the workflow or jobs are actually running on. It would be nice to have an easy to find indication of what environment is actually running so I can double check that I didn't accidentally deploy to prod while I still have time to stop it.
All reactions