Skip to content
Snippets Groups Projects
Commit e18fe8d3 authored by Soeren Peters's avatar Soeren Peters
Browse files

Try to remove MR pipeline

parent 758e5d6d
No related branches found
No related tags found
1 merge request!97Run analyse job also manual on forks.
...@@ -380,7 +380,9 @@ include_what_you_use_clang_10: ...@@ -380,7 +380,9 @@ include_what_you_use_clang_10:
cppcheck: cppcheck:
stage: analyze stage: analyze
rules: rules: # dont create MR pipeline, run always on irmb/develop and manual in all other cases
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
when: never
- if: '$CI_PROJECT_NAMESPACE == "irmb" && $CI_COMMIT_BRANCH == "develop"' - if: '$CI_PROJECT_NAMESPACE == "irmb" && $CI_COMMIT_BRANCH == "develop"'
when: always when: always
- when: manual - when: manual
......
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