Skip to content
Snippets Groups Projects

fix: don't download all previous artifacts in status success/failure job

1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
+ 2
0
@@ -150,6 +150,7 @@ deploy_results:
benchmarks:detector:success:
stage: status-report
dependencies: []
extends: .status
variables:
STATE: "success"
@@ -158,6 +159,7 @@ benchmarks:detector:success:
benchmarks:detector:failure:
stage: status-report
dependencies: []
extends: .status
variables:
STATE: "failure"
Loading