Daan,

GitHub Actions are not canceled if there is no output, so there is no need
for an equivalent of travis_wait. GHA steps and jobs have a configurable
timeout [1] with a max value of 6h per step and IIRC 24h per workflow.

Jacob

[1]:
https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idtimeout-minutes

Daan Hoogland <daan.hoogl...@gmail.com> schrieb am Mi., 26. Okt. 2022,
10:15:

> LS,
> I am trying to implement our (CloudStack) travis yaml in github actions. I
> am wondering (maybe the wrong crowd) if anybody here has ever heard of an
> equivalent of travis_wait in github actions. I searched for "+travis_wait
> in +github +actions" with no satisfying answers as result.
>
> Any input welcome,
>
> --
> Daan
>

Reply via email to