chore: change condition

This commit is contained in:
Dariusz Majcherczyk 2024-03-07 15:58:58 +01:00
parent ebc4913832
commit 68a8186623
No known key found for this signature in database
GPG Key ID: C42DFD2F046CA415
2 changed files with 2 additions and 2 deletions

View File

@ -200,6 +200,7 @@ jobs:
uses: ./.github/workflows/cypress-run.yml uses: ./.github/workflows/cypress-run.yml
secrets: inherit secrets: inherit
with: with:
if: ${{ needs.build-sources.outputs.projects-e2e }} != null
projects: ${{ needs.build-sources.outputs.projects-e2e }} projects: ${{ needs.build-sources.outputs.projects-e2e }}
tags: '@smoke' tags: '@smoke'

View File

@ -35,7 +35,6 @@ jobs:
run: echo ${{ steps.step.outputs.runner }} run: echo ${{ steps.step.outputs.runner }}
e2e: e2e:
if: ${{ fromJSON(inputs.projects) != null}} then
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix: