Reconcile the iLert operator alert stream - #565
Open
morgaesis wants to merge 7 commits into
Open
postil-dev / postil/review
failed
Aug 29, 2026 in 1m 21s
2 error, 0 warn, 0 info
review incomplete ·
1 blocking finding open
1 suppressed
- Preserve operator-requested test alerts at
.github/workflows/production-monitor.yml:598: cites a line the named construct does not sit on; severity error, confidence 0.94. This condition removed theinputs.test_alert == truebranch. When an operator requests a test alert and both prerequisite jobs pass,notifyis skipped, so the alerting path cannot be tested and the requested external alert is never sent. Include|| inputs.test_alert == truein the condition, while preserving the existing failure and cancellation cases.
Loading