We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 839bd64 commit 11ea2fbCopy full SHA for 11ea2fb
benchmarks/lowq2_reconstruction/config.yml
@@ -26,7 +26,10 @@ bench:lowq2_reconstruction_retrained:
26
extends: .det_benchmark
27
stage: benchmarks
28
needs:
29
- - ["bench:lowq2_reconstruction","check:lowq2_reconstruction"]
+ - job: bench:lowq2_reconstruction
30
+ artifacts: true
31
+ - job: check:lowq2_reconstruction
32
+ artifacts: false
33
rules:
34
- if: '$BENCHMARKS_TAG =~ /nightly/'
35
when: on_failure
0 commit comments