Can I show more than one build result in Bitrise Checks?

The following trigger will execute a build by code push and a build by pull request in a single pull request.

- push_branch: "*"
  workflow: primary
- pull_request_source_branch: "*"
  workflow: primary

However, only one build result is shown on GitHub (whether it’s a pull request build or a later finished build of the two).

Is there any way to get GitHub to show the results of both the code push build and the pull request build?

Hi @YuyaAbo
Thank you for reaching out to Bitrise.
This seems like a feature request.
May I know the use case for showing more than one build result in Bitrise Checks?

Thanks
Chaitanya

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.