Skip to content

Commit 8637f5a

Browse files
authored
Fix jobs timeout misleading in workflow syntax article (github#8362)
1 parent 17d450e commit 8637f5a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

content/actions/reference/workflow-syntax-for-github-actions.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -990,6 +990,8 @@ The maximum number of minutes to run the step before killing the process.
990990

991991
The maximum number of minutes to let a job run before {% data variables.product.prodname_dotcom %} automatically cancels it. Default: 360
992992

993+
If the timeout exceeds the job execution time limit for the runner, the job will be canceled when the execution time limit is met instead. For more information about job execution time limits, see "[Usage limits, billing, and administration](/actions/reference/usage-limits-billing-and-administration#usage-limits)."
994+
993995
## `jobs.<job_id>.strategy`
994996

995997
A strategy creates a build matrix for your jobs. You can define different variations to run each job in.

0 commit comments

Comments
 (0)