unable to trigger a dbt cloud CI job with github

The problem I’m having

I am setting up the CI job in dbt cloud, which needs to be triggered upon PR submission.
But its not triggering the CI job when I submit a PR.
We are connecting to github via github app method, the repo is under an organization.
When I point the repository to a repo under my personal account it triggering the job, but not with the repo under Organization account.
Am I missing anything here?

The context of why I’m trying to do this

What I’ve already tried
When I point the repository to a repo under my personal account it triggering the CI job.

Some example code or error messages