From de0dc4af8eaaa5344176d8d94af8496f2f813b72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miko=C5=82aj=20M=C5=82odzikowski?= Date: Wed, 28 Jun 2023 15:09:17 +0200 Subject: [PATCH] feat(ci): do not check empty arrays --- .github/workflows/ci-cd-trigger.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-cd-trigger.yml b/.github/workflows/ci-cd-trigger.yml index 47f7b4a9b..40f74dd1c 100644 --- a/.github/workflows/ci-cd-trigger.yml +++ b/.github/workflows/ci-cd-trigger.yml @@ -204,7 +204,7 @@ jobs: cypress: needs: lint-test-build name: '(CI) cypress' - if: ${{ needs.lint-test-build.outputs.projects-e2e != '[]' }} + # if: ${{ needs.lint-test-build.outputs.projects-e2e != '[]' }} uses: ./.github/workflows/cypress-run.yml secrets: inherit with: @@ -214,7 +214,7 @@ jobs: publish-dist: needs: lint-test-build name: '(CD) publish dist' - if: ${{ needs.lint-test-build.outputs.projects != '[]' }} + # if: ${{ needs.lint-test-build.outputs.projects != '[]' }} uses: ./.github/workflows/publish-dist.yml secrets: inherit with: