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
secrets: inherit
with:
if: ${{ needs.build-sources.outputs.projects-e2e }} != null
projects: ${{ needs.build-sources.outputs.projects-e2e }}
tags: '@smoke'

View File

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