From 81fe572a4b17e4abd44a07fe85499013ad7a14c6 Mon Sep 17 00:00:00 2001 From: Dariusz Majcherczyk Date: Wed, 6 Mar 2024 13:44:28 +0100 Subject: [PATCH] chore: skip cypress check for trading --- .github/workflows/cypress-run.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cypress-run.yml b/.github/workflows/cypress-run.yml index 4411bd54b..674e94af4 100644 --- a/.github/workflows/cypress-run.yml +++ b/.github/workflows/cypress-run.yml @@ -35,6 +35,7 @@ jobs: run: echo ${{ steps.step.outputs.runner }} e2e: + if: ${{ inputs.projects != null }} strategy: fail-fast: false matrix: