From 83c4ccff2c36326f0af0610b79b653ca641e4bc9 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Tue, 7 Jun 2022 20:21:38 +0200 Subject: [PATCH] short always --- .build/bb.edn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.build/bb.edn b/.build/bb.edn index f48f976f..46cd17f5 100644 --- a/.build/bb.edn +++ b/.build/bb.edn @@ -7,4 +7,4 @@ :git/sha "1ce87f4960fea14f4d1248052e585e6027555d33"}} :tasks {:requires ([scripts.short-ci :as short]) release-artifact babashka.release-artifact/release - short-ci short/main}} + short-ci {:task (do (alter-var-root (var short/config) assoc :skip-if-only (re-pattern ".*")))}}}