Skip to main content
Module

x/actionify/mod.ts>expressions.always

Create and manage your GitHub workflows with TypeScript and Deno.
Go to Latest
function expressions.always
import { expressions } from "https://deno.land/x/actionify@0.2.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.