0

similar to How can I attach a manual workflow run to a pull request's status checks? but the difference is that my manual workflow will run for the same branch

I have a workflow that takes a long time to finish, so I made it into a manual workflow, however it won't show up in the PR's check after I run it, wondering if there's a way to add it to the checks using GitHub Actions?


Update

I ended up using wait-on-check-action to check job status of the manual workflow, it will fail at first, needs to be rerun after the manual workflow is triggered.

dontloo
  • 10,067
  • 4
  • 29
  • 50
  • As you said, it's very similar to the other question, in the sense that it can't be done natively, but you could get something close to what you look for with a workflow run integrating with the Github API. – GuiFalourd Mar 24 '23 at 11:06

0 Answers0