Skip to content

Commit 6f2eb80

Browse files
dndiranguhubwriter
andauthored
Clarify that the job step timout is 360 minutes for both GitHub-hosted and self-hosted runners (#57546)
Co-authored-by: hubwriter <hubwriter@github.com>
1 parent a713ff1 commit 6f2eb80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/actions/reference/workflows-and-actions/workflow-syntax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -886,7 +886,7 @@ Prevents a job from failing when a step fails. Set to `true` to allow a job to p
886886

887887
## `jobs.<job_id>.steps[*].timeout-minutes`
888888

889-
The maximum number of minutes to run the step before killing the process.
889+
The maximum number of minutes to run the step before killing the process. Maximum: 360 for both {% data variables.product.github %}-hosted and self-hosted runners.
890890

891891
Fractional values are not supported. `timeout-minutes` must be a positive integer.
892892

0 commit comments

Comments
 (0)