Skip to content
Snippets Groups Projects
Commit 7cc32a3e authored by Sören Henning's avatar Sören Henning
Browse files

Avoid creation of detachted pipelines

parent c423e740
No related branches found
No related tags found
No related merge requests found
workflow:
rules:
- if: $CI_MERGE_REQUEST_ID
when: never
- when: always
stages: stages:
- triggers - triggers
...@@ -8,10 +14,8 @@ benchmarks: ...@@ -8,10 +14,8 @@ benchmarks:
strategy: depend strategy: depend
rules: rules:
- if: "$CI_COMMIT_TAG" - if: "$CI_COMMIT_TAG"
when: always
- changes: - changes:
- benchmarks/* - benchmarks/*
when: always
- when: manual - when: manual
allow_failure: true 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.
Finish editing this message first!
Please register or to comment