Skip to content
Snippets Groups Projects
Commit c4cbc835 authored by Christoph Alt's avatar Christoph Alt
Browse files

changed rules for cb trigger to avoid duplicate pipelines

parent 262aba0e
No related branches found
No related tags found
No related merge requests found
......@@ -1871,5 +1871,6 @@ continuous_benchmark_trigger:
rules:
- if: '$CI_PROJECT_PATH == "walberla/walberla" && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
when: on_success
- when: manual
- if: $CI_PIPELINE_SOURCE != "merge_request_event"
when: manual
allow_failure: true
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment