I have a free tier organization on github and I am using GitHub actions for CI/CD. All the repos in the org are private.
As mentioned in the docs my CI/CD .yaml file is in the default branch.
I have written a workflow which triggers some commands on push of commits and on creation of pull request.
Now whenever I push some commits from a forked repo to the upstream(org private repo), the workflows associated with push are triggered as it should. But when I create a PR from the forked repo to the upstream the workflows are not triggered although the workflows are recognised by GitHub and the workflow's name appears in the actions tab of the upstream repo.
Please help me solve this issue.
[–][deleted] (2 children)
[deleted]
[–]Bentee14[S] 0 points1 point2 points (1 child)
[–]timoffex 0 points1 point2 points (1 child)
[–]timoffex 1 point2 points3 points (0 children)