Skip to content
Snippets Groups Projects

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

Merged Wouter Deconinck requested to merge status-report-dependencies-none into master
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
+ 2
0
@@ -142,6 +142,7 @@ summary:
benchmarks:physics:success:
stage: status-report
dependencies: []
extends: .status
variables:
STATE: "success"
@@ -150,6 +151,7 @@ benchmarks:physics:success:
benchmarks:physics:failure:
stage: status-report
dependencies: []
extends: .status
variables:
STATE: "failure"
Loading