Skip to content
Snippets Groups Projects

ci: report status without depending on summary

Merged Wouter Deconinck requested to merge ci-status-report-without-needs into master
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