You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/actions/reference/workflows-and-actions/workflow-syntax.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -886,7 +886,7 @@ Prevents a job from failing when a step fails. Set to `true` to allow a job to p
886
886
887
887
## `jobs.<job_id>.steps[*].timeout-minutes`
888
888
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.
890
890
891
891
Fractional values are not supported. `timeout-minutes` must be a positive integer.
0 commit comments