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
@@ -202,6 +203,13 @@ The maximum number of matrix jobs that can run simultaneously. Default is unlimi
202
203
See [Github Actions documentation for `jobs.<job_id>.strategy.max-parallel`](https://docs.github.com/en/actions/learn-github-actions/workflow-syntax-for-github-actions#jobsjob_idstrategymax-parallel).
203
204
204
205
206
+
### `timeout-minutes`
207
+
208
+
The maximum number of minutes to let a job run before GitHub automatically cancels it. Default: 30
209
+
210
+
See [Github Actions documentation for `jobs.<job_id>.timeout-minutes`](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idtimeout-minutes).
0 commit comments