You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating a GitHub Actions Check, it may appear on the wrong workflow run. There is no way to distinguish between multiple workflow runs for the same git SHA. GitHub Actions just picks the workflow run that was created first and adds all Checks to it.
For example, if Bencher creates a GitHub Action Check in Workflow Run A and in Workflow Run B for the same commit, then both checks will appear in Workflow Run A.
When creating a GitHub Actions Check, it may appear on the wrong workflow run. There is no way to distinguish between multiple workflow runs for the same git SHA. GitHub Actions just picks the workflow run that was created first and adds all Checks to it.
For example, if Bencher creates a GitHub Action Check in Workflow Run A and in Workflow Run B for the same commit, then both checks will appear in Workflow Run A.
This is a known shortcoming of GitHub Actions Checks: https://github.com/orgs/community/discussions/24616
The text was updated successfully, but these errors were encountered: