From bdb200a30c82168d7e98ce6679baef17de750bcc Mon Sep 17 00:00:00 2001 From: nelind Date: Wed, 1 Apr 2026 23:45:00 +0200 Subject: [PATCH] fix(ci): dont run it at all for now. it doesnt work with the currently spindles --- .tangled/workflows/publish-image.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.tangled/workflows/publish-image.yml b/.tangled/workflows/publish-image.yml index b849546..94b88b6 100644 --- a/.tangled/workflows/publish-image.yml +++ b/.tangled/workflows/publish-image.yml @@ -1,6 +1,6 @@ when: - - event: [ "push" ] - branch: [ "main" ] + - event: [] + branch: [] engine: nixery