Skip to content
Snippets Groups Projects
Verified Commit 43d0ef94 authored by Lars Bilke's avatar Lars Bilke
Browse files

[ci] Do not run pipelines for workflow:paused labeled MRs.

parent e0ffa0a0
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,8 @@ workflow:
# Disable CI for non-MR user-scoped pipelines
- if: '$CI_MERGE_REQUEST_IID == null && $CI_PROJECT_NAMESPACE != "ogs"'
when: never
- if: '$CI_MERGE_REQUEST_LABELS =~ /.*workflow:paused.*/'
when: never
- if: $CI_MERGE_REQUEST_IID # merge requests
- if: $CI_COMMIT_TAG # tags, ogs/ogs repo only
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH # master, ogs/ogs repo only
......
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