Skip to content

timeout-minutes being ignored? #27177

Answered by BrightRan
chingc asked this question in Actions
Discussion options

You must be logged in to vote

@chingc ,

There are few notes need you pay attention to:

  1. When using GitHub-hosted runner to run jobs in the workflow, each jobs can run for up to 6 hours (360 minutes) of execution time, , but this limit does not apply to self-hosted runners.

  2. Each workflow run is limited to 72 hours. If a workflow run reaches this limit, the workflow run is cancelled. This limit also applies to self-hosted runners.

According above two points, the below situations (including but not limited to) will let the workflow run be matked as timed out after 72 hours:

  1. When using GitHub-hosted runners to run some performed sequentially jobs (at least 12) in the workflow, and the total run time of the jobs rea…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
3 participants