Skip to content
Snippets Groups Projects
Commit 7cfb854f authored by Lars Bilke's avatar Lars Bilke
Browse files

[ci] Fix pipeline 'never'-condition.

parent f7b0bff2
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ variables:
workflow:
rules:
# Disable CI for non-MR user-scoped pipelines
- if: '$CI_MERGE_REQUEST_IID == null && $CI_PROJECT_NAMESPACE != "ogs"'
- if: '$CI_MERGE_REQUEST_IID == null && $CI_PROJECT_PATH != "ogs/ogs"'
when: never
- if: "$CI_MERGE_REQUEST_LABELS =~ /.*(workflow::paused|ci skip).*/"
when: never
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment