Skip to content
Snippets Groups Projects

Move benchmarks to dedicated directory

Merged Sören Henning requested to merge issue-39-dedicated-benchmarks-directory into master
1 file
+ 6
2
Compare changes
  • Side-by-side
  • Inline
+ 6
2
 
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
Loading