Skip to content
Snippets Groups Projects
Commit 6acc88dd authored by Lars Bilke's avatar Lars Bilke Committed by Dmitri Naumov
Browse files

[ci] Fixed workflow::paused and added label 'ci skip'.

parent 375b6cf3
No related branches found
No related tags found
No related merge requests found
...@@ -24,7 +24,7 @@ workflow: ...@@ -24,7 +24,7 @@ workflow:
# Disable CI for non-MR user-scoped pipelines # 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_NAMESPACE != "ogs"'
when: never when: never
- if: '$CI_MERGE_REQUEST_LABELS =~ /.*workflow:paused.*/' - if: '$CI_MERGE_REQUEST_LABELS =~ /.*(workflow::paused|ci skip).*/'
when: never when: never
- if: $CI_MERGE_REQUEST_IID # merge requests - if: $CI_MERGE_REQUEST_IID # merge requests
- if: $CI_COMMIT_TAG # tags, ogs/ogs repo only - if: $CI_COMMIT_TAG # tags, 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