Skip to content
Discussion options

You must be logged in to vote

Yes check run annotations do work outside PRs but theyre only visible in the checks tab of a specific commit, not as inline file annotations in the repo UI. Inline annotations (the ones shown directly in the Files changed view) are PR-only which is why you’re not seeing them on push or workflow_dispatch runs.

For non-PR workflows:

  • Go to the commit → Checks tab → select your check run → annotations appear there.
  • They won’t render inline in source files unless tied to a PR diff.

If you need visibility in both contexts, a common approach is:

  • Use check runs for commit level reporting
  • Add PR comments or review annotations when a PR exists
  • Or upload test reports/artifacts + job summaries as …

Replies: 11 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by rsenden
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies

This comment was marked as off-topic.

This comment was marked as off-topic.

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Actions Build, test, and automate your deployment pipeline with world-class CI/CD General General topics and discussions that don't fit into other categories, but are related to GitHub Question Ask and answer questions about GitHub features and usage Metrics & Insights Questions and feedback about workflow analytics, usage metrics, and GitHub Actions performance data.
6 participants