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

x/actionify/src/expressions.ts>always

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

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.