Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/actionify/src/job.ts>Job#timeoutMinutes

Create and manage your GitHub workflows with TypeScript and Deno.
Latest
method Job.prototype.timeoutMinutes
import { Job } from "https://deno.land/x/actionify@0.3.0/src/job.ts";

The maximum number of minutes to let a job run before GitHub automatically cancels it. Default: 360

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 and billing" for GitHub-hosted runners and "About self-hosted runners" for self-hosted runner usage limits.

Parameters

minutes: WithContext<ExpressionValue<number>, Base, "jobs:jobId:timeoutMinutes">