Hold job in workflow untill approved in github

Is ther a way to hold a specific job untill a dev has approved a PR in github? (want to build and deploy once Human code review is done)

Not within GitHub but within CircleCI you can have manual approval jobs: https://circleci.com/docs/2.0/workflows/#holding-a-workflow-for-a-manual-approval

Thank you for the answer - I was hoping to eliminate the need to login to circleci after the manual code review had taken place and approved