You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(wait-for-grafana): remove fail-fast from Phase 1
Any curl error during startup is a transient condition for this action's
use case (localhost Grafana container). Enumerating specific exit codes
to fail-fast on is fragile — exit 56 broke a real CI run immediately
after #213 merged.
Simplify Phase 1: keep waiting on any curl error until startup_timeout
expires or a non-000 response is received. Only Phase 2 fails fast
(on 4xx), where a bad response genuinely indicates misconfiguration.
0 commit comments