Skip to content

Commit 11ea2fb

Browse files
committed
Try to preserve artifacts properly
1 parent 839bd64 commit 11ea2fb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

benchmarks/lowq2_reconstruction/config.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,10 @@ bench:lowq2_reconstruction_retrained:
2626
extends: .det_benchmark
2727
stage: benchmarks
2828
needs:
29-
- ["bench:lowq2_reconstruction","check:lowq2_reconstruction"]
29+
- job: bench:lowq2_reconstruction
30+
artifacts: true
31+
- job: check:lowq2_reconstruction
32+
artifacts: false
3033
rules:
3134
- if: '$BENCHMARKS_TAG =~ /nightly/'
3235
when: on_failure

0 commit comments

Comments
 (0)