JoshKeegan / xRetry

Retry running tests via Xunit and Specflow
MIT License
47 stars 14 forks source link

PRs from outside of this repo don't trigger CI pipeline #73

Closed JoshKeegan closed 3 years ago

JoshKeegan commented 3 years ago

The gitlab CI pipeline won't get triggered for PRs raised from outside of this repo, as gitlab doesn't get visibility of this. Other people have discussed this issue & solutions: https://forum.gitlab.com/t/run-gitlab-pipeline-for-pull-request-on-github/19325/3

The gitlab pipeline was stood up for this repo before github actions existed, and they now appear to be quite mature. Probably worth also looking into that as this is a fairly simple pipeline and already containerised.

JoshKeegan commented 3 years ago

New Github Actions CI/CD pipeline created which should solev this, will remove the old GitlabCI one once GH Actions has done a release