Skip to content
Snippets Groups Projects
Commit 856ff2ea authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

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

parent 123c1d5f
No related branches found
No related tags found
1 merge request!228fix: don't download all previous artifacts in status success/failure job
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment