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

x/actionify/src/expressions.ts>failure

Create and manage your GitHub workflows with TypeScript and Deno.
Latest
function failure
import { failure } from "https://deno.land/x/actionify@0.3.0/src/expressions.ts";

Returns true when any previous step of a job fails. If you have a chain of dependent jobs, failure() returns true if any ancestor job fails.