Skip to content

Github action is present in every PR instead of the PR to the branch set in yml #26955

Discussion options

You must be logged in to vote

Hi @ostsmolynets , 

I set up similar scenario in my repo. The workflow run trigged by on pull_request event from source branch to develop branch are attached to all the PRs checks list. 

The check runs for the last commit will show in the Pull Request checks list. As the last commit is on source branch and all your PRs are from source branch to others, so the commit is associated to all the PRs and the workflow run is present in all the PRs. This is an expected behavior. 

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@jaggaer-mdurcik
Comment options

Answer selected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
3 participants