From 5672dc75ad959e8691f05d4d7b71f57d31d14818 Mon Sep 17 00:00:00 2001 From: carlocorradini Date: Tue, 10 Oct 2023 22:04:31 +0200 Subject: [PATCH] chore(ci): fix need deps --- .github/workflows/check.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index af8af51..1dc78b6 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -101,6 +101,7 @@ jobs: build: name: Build needs: code + if: always() && needs.code.result == 'success' strategy: fail-fast: true matrix: -- 2.11.4.GIT