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

x/actionify/mod.ts>expressions.always

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

Causes the step to always execute, and returns true, even when canceled. A job or step will not run when a critical failure prevents the task from running. For example, if getting sources failed.