Skip to content

do not run GitLab pages on pipelines that have access to review apps

anarcat requested to merge anarcat/torspec:static-shim into main

Those will clutter each other and just lead to confusion. The pages job is just a helper for users outside the repository, so it doesn't make sense to run it there.

This uses the CI_PROJECT_ROOT_NAMESPACE variable (tpo) instead of the full project name so that it can be retrofitted into the template after testing.

Merge request reports