chore: move if
This commit is contained in:
parent
68a8186623
commit
6a0d631663
3
.github/workflows/ci-cd-trigger.yml
vendored
3
.github/workflows/ci-cd-trigger.yml
vendored
@ -196,11 +196,10 @@ jobs:
|
||||
cypress:
|
||||
needs: [build-sources, check-e2e-needed]
|
||||
name: '(CI) cypress'
|
||||
if: ${{ needs.check-e2e-needed.outputs.run-tests == 'true' }}
|
||||
if: ${{ needs.check-e2e-needed.outputs.run-tests == 'true' }} && ${{ needs.build-sources.outputs.projects-e2e }} != null
|
||||
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'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user