Skip to content
Snippets Groups Projects

ci: report status without depending on summary

1 file
+ 0
4
Compare changes
  • Side-by-side
  • Inline
+ 0
4
@@ -129,8 +129,6 @@ summary:
benchmarks:physics:success:
stage: status-report
needs:
- ["summary"]
extends: .status
variables:
STATE: "success"
@@ -139,8 +137,6 @@ benchmarks:physics:success:
benchmarks:physics:failure:
stage: status-report
needs:
- ["summary"]
extends: .status
variables:
STATE: "failure"
Loading