mirror of
https://github.com/neondatabase/neon.git
synced 2026-08-26 07:58:38 +00:00
d1d55bbd9f
## Problem `report-benchmarks-failures` got skipped if a dependent job fails. ## Summary of changes - Fix the if-condition by adding `&& failures()` to it; it'll make the job run if the dependent job fails.