aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2023-10-17 19:42:06 +0000
committerNick Mathewson <nickm@torproject.org>2023-10-17 19:42:06 +0000
commit644db3554745164d7df2c05d246aaa849a1c16b4 (patch)
tree0056a75d9fa09dd20b82b571e6de07c30aad1449
parent8bd6bb7717a2a5c41292ef54e2610dab3497a1d8 (diff)
parentf0b6560cb83f54fda5f225421a75ec48df144ea2 (diff)
downloadtorspec-staging.tar.gz
torspec-staging.zip
Merge branch 'static-shim' into 'main'staging
do not run GitLab pages on pipelines that have access to review apps See merge request tpo/core/torspec!176
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 31fb80f..60eb76d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -26,4 +26,4 @@ include:
# request.
pages:
rules:
- - if: '$CI_PIPELINE_SOURCE == "merge_request"'
+ - if: '$CI_PROJECT_ROOT_NAMESPACE != "tpo" && $CI_PIPELINE_SOURCE == "merge_request"'