Describe the bug
When viewing CI checks on a pull request, clicking “View details” for a specific CI check does not navigate to the corresponding workflow/check run.
Instead, it consistently opens the first/default CI workflow listed for the pull request, regardless of which check's “View details” link was clicked.
This behavior appears to be a regression. Previously, clicking “View details” correctly opened the specific CI workflow/check associated with that button.
To Reproduce
- Open a pull request that has multiple GitHub Actions CI checks/workflows.
- Wait for multiple CI checks to appear in the PR checks section.
- Click “View details” for a CI check that is not the first/default one.
- Observe the workflow/check page that is opened.
- The page opens the first/default CI workflow instead of the CI check that was selected.
Expected behavior
Clicking “View details” for a specific CI check should navigate directly to the corresponding workflow run / job / check details page.
For example, if the PR has:
clicking “View details” next to CI B should open the details for CI B, not CI A.
This was the behavior previously.
Runner Version and Platform
This issue does not appear to be related to the runner version or runner operating system.
It occurs in the GitHub web UI when navigating from a pull request's CI/checks section.
What's not working?
The “View details” links for individual CI checks appear to resolve to the same/default CI workflow instead of their respective check runs.
In other words:
Current behavior:
CI A → View details → CI A
CI B → View details → CI A
CI C → View details → CI A
Expected behavior:
CI A → View details → CI A
CI B → View details → CI B
CI C → View details → CI C
This makes it difficult to inspect a specific failed or pending CI check directly from the pull request page.
The issue appears to have started recently; the same interaction previously navigated to the correct individual CI workflow/check.
Screenshots or a screen recording can be provided if needed.
Job Log Output
Not applicable. The workflows themselves can run normally; the issue is with navigation from the pull request UI to the selected CI/check details page.
Runner and Worker's Diagnostic Logs
Not applicable. This appears to be a GitHub web UI / check navigation issue rather than a runner execution issue.
Describe the bug
When viewing CI checks on a pull request, clicking “View details” for a specific CI check does not navigate to the corresponding workflow/check run.
Instead, it consistently opens the first/default CI workflow listed for the pull request, regardless of which check's “View details” link was clicked.
This behavior appears to be a regression. Previously, clicking “View details” correctly opened the specific CI workflow/check associated with that button.
To Reproduce
Expected behavior
Clicking “View details” for a specific CI check should navigate directly to the corresponding workflow run / job / check details page.
For example, if the PR has:
clicking “View details” next to CI B should open the details for CI B, not CI A.
This was the behavior previously.
Runner Version and Platform
This issue does not appear to be related to the runner version or runner operating system.
It occurs in the GitHub web UI when navigating from a pull request's CI/checks section.
What's not working?
The “View details” links for individual CI checks appear to resolve to the same/default CI workflow instead of their respective check runs.
In other words:
Current behavior:
CI A → View details → CI ACI B → View details → CI ACI C → View details → CI AExpected behavior:
CI A → View details → CI ACI B → View details → CI BCI C → View details → CI CThis makes it difficult to inspect a specific failed or pending CI check directly from the pull request page.
The issue appears to have started recently; the same interaction previously navigated to the correct individual CI workflow/check.
Screenshots or a screen recording can be provided if needed.
Job Log Output
Not applicable. The workflows themselves can run normally; the issue is with navigation from the pull request UI to the selected CI/check details page.
Runner and Worker's Diagnostic Logs
Not applicable. This appears to be a GitHub web UI / check navigation issue rather than a runner execution issue.