Skip to content

Testing third party contributions

Rebecca Thompson edited this page Apr 8, 2024 · 4 revisions

The Guardian's internal CI and build system will not trigger for PRs from third parties to prevent security issues. If you have reviewed a PR and want to create a build to test in our integration environment then you can:

  1. Go to the Actions tab
  2. Select the push-pr actions in the left hand menu
  3. Use the Run workflow button, entering the pr number when prompted

This creates a new branch as if the PR changes had been merged into master and pushes it back up with a new name that will be picked up by CI and CD.

Note: It won't automatically update so you'll need to repeat this if the PR is updated.

Clone this wiki locally