question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Bug] Commit status check missing when action is triggered by pull_request event

See original GitHub issue

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:closed
  • Created 3 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
Licensercommented, Nov 11, 2020

We’re having the same issue in a public repository - here is a visible example: https://github.com/tremor-rs/tremor-runtime/pull/577

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found