-
-
Notifications
You must be signed in to change notification settings - Fork 127
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
Display result summary when using workflow_dispatch
or schedule
#514
Comments
@Fgerthoffert thank you for the ticket. It could be that when actions are part of a As you can see here the github API is used to create the checks / update the checks on the repo according to the github context: It could also be that the token is just not having the right scope in such cases resulting in it not being allowed to add the checks. Is the run you referenced visible open source? |
Thanks for the quick response @mikepenz The particular repo this was happening on is not open-source, but the same workflow is soon going to be ported over to some of our public repos, once done I'll update this issue with links to some runs. In the meantime, I will enable debug to see if I can get more data from the content of |
Thank you very much. |
Out of curiosity, did you consider using https://github.com/actions/toolkit/blob/main/packages/core/README.md#annotations I'm using it on a small action and it does show the annotation for jobs triggered via |
No we didn't use that one yet. |
Hi,
Is there a way to get results displayed in the summary when tests are triggered using
workflow_dispatch
orschedule
?When the trigger is a change in code, the results are shown in the run summary.
Using
workflow_dispatch
orschedule
, the results are still visible in the action logs, but it would be super helpful if they could be brought up to the summary.Thanks,
The text was updated successfully, but these errors were encountered: