nick-fields / retry

Retries a GitHub Action step on failure or timeout

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make timeout optional

michaelpj opened this issue · comments

I have some tests which are a bit flaky but where I don't particularly care if they take longer. So I'd like to retry them on failure, but not time them out. retry_on: error doesn't do this: it will still fail it if it times out, it just won't retry it. It would be nice to just be able to omit the timeout.