-
Notifications
You must be signed in to change notification settings - Fork 216
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] Commit status check missing when action is triggered by pull_request event #95
Comments
@sfdye could you provide a link to the builds? |
It's a private repo. What exactly from the log are trying to check? I can crop it here |
I'd love to start with a recent commit SHA (in the past 5 days) of this happening if possible. |
Alternatively, @sfdye please open a ticket in our community boards and we can switch to DM if necessary. |
Sound good, let me port this issue over |
We're having the same issue in a public repository - here is a visible example: tremor-rs/tremor-runtime#577 |
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
there is no status check.
However if the event trigger is
push
the status check is back.
The text was updated successfully, but these errors were encountered: