whisper-money/.github/workflows
Víctor Falcón 3cbca1a17d
ci: add retry with exponential backoff to deploy step (#212)
## Summary

- Replaces curl's built-in `--retry` with a shell loop that retries up
to 5 times on any non-2xx response (not just connection failures)
- Delays increase with each attempt: 10s → 20s → 30s → 40s between
retries
- Exits immediately on success so successful deploys are unaffected
2026-03-07 14:18:14 +00:00
..
automerge.yml fix: Prevent automerge when CI checks have failed (#95) 2026-02-02 08:58:47 +01:00
ci.yml ci: add retry with exponential backoff to deploy step (#212) 2026-03-07 14:18:14 +00:00