Skip to content
Discussion options

You must be logged in to vote

Hey! 👋 Yep, this is actually expected behavior.

Even though the workflow is triggered only on push (and not on pull_request), GitHub still shows the status of that workflow as a check on the PR. That’s because the PR includes the same commit that triggered the workflow, and GitHub surfaces the status of that commit in the PR view - just to give better visibility.

So while the PR didn’t trigger the workflow directly, it’s still showing the result of the latest commit checks, which can be helpful for reviewers.

Hope that clears it up! ✅

Replies: 4 comments

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
Answer selected by mortenlerudjordet
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 Question Ask and answer questions about GitHub features and usage
3 participants