Skip to content

Stop site tests from running on review apps

Marcel Amirault requested to merge docs-update-review-app-pipelines into master

Resolves #976 (closed)

We noticed an increase in failed pipelines. Turns out review apps were running the full test suite, which was not intended. We need to specifically exclude review app pipelines from those tests.

This was caused by the new review app pipelines running for the Default branch, and the site tests being configured to run for all pipelines on the default branch.

Merge request reports