whisper-money/.github/workflows
Víctor Falcón cd40bc75d9
fix(ci): allow deploy retry loop to survive curl timeout (#233)
## Summary

- Adds `|| true` after the `curl` command so `bash -e` does not kill the
script on curl exit code 28 (timeout) before the retry loop can continue
- Guards the HTTP status integer comparison against an empty value,
which occurs when curl times out and produces no output
2026-03-17 09:57:38 +00:00
..
automerge.yml fix: Prevent automerge when CI checks have failed (#95) 2026-02-02 08:58:47 +01:00
ci.yml fix(ci): allow deploy retry loop to survive curl timeout (#233) 2026-03-17 09:57:38 +00:00