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

Allow failure in manual running to avoid a blocked pipeline.

parent edb98321
No related branches found
No related tags found
1 merge request!97Run analyse job also manual on forks.
......@@ -195,8 +195,6 @@ msvc_16_unit_tests:
gcc_9_python_bindings_test:
stage: test
needs: ["gcc_9_python"]
before_script:
......@@ -212,8 +210,6 @@ gcc_9_python_bindings_test:
gcc_9_python_slurm_test:
stage: test
needs: ["gcc_9_python"]
rules:
......@@ -385,6 +381,7 @@ include_what_you_use_clang_10:
- if: '$CI_PROJECT_NAMESPACE == "irmb" && $CI_COMMIT_BRANCH == "develop"'
when: always
- when: manual
allow_failure: true
cppcheck:
stage: analyze
......
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