[Bug] Commit status check missing when action is triggered by pull_request event
See original GitHub issueIssue Description
We noticed the commit status check started to disappear once we migrate from Travis CI to Github Action (using this action for uploading coverage to codecov)
Further debugging reveals that with
on:
push:
branches: master
pull_request:
there is no status check.
However if the event trigger is push
on:
push:
pull_request:
the status check is back.
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
Github Action Status check missing from the ... - Stack Overflow
I have the following github action setup that triggers fine on creation of Pull Request. But it does not show up in the...
Read more >Github Actions: a deep dive into pull_request
We have put together specific behaviors and information that you'll need to use pull_request as a trigger for your Github Actions workflow.
Read more >Build GitHub repositories - Azure Pipelines - Microsoft Learn
Pull request (PR) triggers cause a pipeline to run whenever a pull request is opened with one of the specified target branches, or...
Read more >Why doesn't my GitHub Action run automatically from a fork ...
GitHub Actions and Pull Requests with Bdougie#30minutestomergeA quick tour of specific GitHub Actions triggers and their use, plus a deep ...
Read more >Webhooks - GitLab Docs
Trigger continuous integration (CI) jobs, update external issue trackers, ... The webhook listens for specific events and GitLab sends a POST request with ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
We’re having the same issue in a public repository - here is a visible example: https://github.com/tremor-rs/tremor-runtime/pull/577
Here you go: https://community.codecov.io/t/codecov-commit-status-check-missing-for-pr-when-using-codecov-action/1813