From 19140d587da7e318192b50fb314cefb7ea2e3a0b Mon Sep 17 00:00:00 2001 From: link2xt Date: Sat, 27 Jun 2026 12:14:17 +0000 Subject: [PATCH] ci: remove always() before && Looks like it could have been removed in https://github.com/chatmail/cmlxc/commit/f753d4ab50d1c94833c701bc8a96e889b1f24110v already. --- .github/workflows/lxc-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lxc-test.yml b/.github/workflows/lxc-test.yml index 0b9c79d..2a6e4bb 100644 --- a/.github/workflows/lxc-test.yml +++ b/.github/workflows/lxc-test.yml @@ -189,7 +189,7 @@ jobs: done - name: Export images for cache - if: always() && steps.cache-images.outputs.cache-hit != 'true' + if: steps.cache-images.outputs.cache-hit != 'true' run: | mkdir -p /tmp/incus-cache if incus list -c n --format csv | grep -q builder-localchat; then