From 837d382c18c97330ab0bedc8b390d2818472e957 Mon Sep 17 00:00:00 2001 From: a-masterov <72613290+a-masterov@users.noreply.github.com> Date: Thu, 12 Dec 2024 17:47:15 +0100 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e574864..c4966e8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,7 +15,7 @@ jobs: lfc_state: [with-lfc,without-lfc] steps: - name: Show vars - continue-on-error: ${{ matrix.build_type == 'debug' }} + continue-on-error: ${{ matrix.lfc_state == 'with-lfc' && matrix.build_type == 'debug' }} run: | echo pg_version: $PG_VERSION echo build_type: $BUILD_TYPE