-
Notifications
You must be signed in to change notification settings - Fork 59
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
The same workflow for push
and pull_request
doesn't produce "Test Report" when run on pull_request
#50
Comments
Hey @jmisur, |
I really don't have an idea what could be the problem. We're successfully using it for PRs and for master builds. Of course it doesn't work for forked repos but that's a different problem. Are you using default github token provided by workflow? https://docs.github.com/en/actions/reference/authentication-in-a-workflow |
Hey @jmisur,
We have the authentication issue because we work fork-based. I assume that @skarakhanov has the same issue. Is there anything we can do about it or do we have to wait until GitHub releases some changes regarding authentication on forks? |
I have to add that for me this problem self-resolved at some point. |
Hi!
I've got a workflow which worked just fine on
push
.But when I tried to add a
pull_request
trigger, it didn't produce "Test Report" with error annotations.To clarify more, in my configuration exactly the same workflow causes two builds to be run. One of these builds (on
push
) ends up with "Test Report" present but the other one (onpull_request
) doesn't have "Test Report".Project is Java, built with Gradle.
The text was updated successfully, but these errors were encountered: