Skip to content
Snippets Groups Projects
Commit 61cb90e5 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

disable pipelines for forked projects

parent e6a692c1
No related branches found
No related tags found
1 merge request!2096Translated using Weblate (French)
......@@ -10,6 +10,8 @@ variables:
workflow:
rules:
- if: $CI_PROJECT_NAMESPACE != "open-source"
when: never
- if: $CI_COMMIT_BRANCH != "master" && $CI_COMMIT_BRANCH != "development" && ($CI_COMMIT_TAG || $CI_COMMIT_BRANCH)
variables:
APP_URL: "https://${DOCKER_IMAGE_TAG_PREFIX}.review.metager.de"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment