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

x/actionify/versions/0.ts>e.always

Create and manage your GitHub workflows with TypeScript and Deno.
Go to Latest
function e.always
import { e } from "https://deno.land/x/actionify@0.2.0/versions/0.ts";
const { always } = e;

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.