Skip to main content
Module

x/actionify/mod.ts>e.always

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