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.
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
let's presume i have two workflow files in a repository,
.github/workflows/a.yamland.github/workflows/b.yaml.their exact content is irrelevant, but both of them have a
build-resultsjob (which look like this example) to collect the results from other jobs (and build matrix) together into a single job to be referenced in the required status checks.with a single workflow file this works fine and i can just enter "build-results", find it and select it in the "Status checks that are required" on the edit rulesets UI.
however, if i have a second workflow file i cannot add that workflow anymore (in my case i've already added the first one before pushing the second file at a later state - i'm not sure what the behaviour would be if both files were new, maybe i couldn't select either?).
IMHO it should be able to differentiate between the two and e.g. show them as "a / build-results" and "b / build-results".
this also ties in with #143572: i don't even know what's going wrong since i don't actually see a list of jobs which i could select from - i have to type and hope that this is the name by which it'll find it.
Beta Was this translation helpful? Give feedback.
All reactions