chore: change condition
This commit is contained in:
parent
ebc4913832
commit
68a8186623
1
.github/workflows/ci-cd-trigger.yml
vendored
1
.github/workflows/ci-cd-trigger.yml
vendored
@ -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'
|
||||||
|
|
||||||
|
1
.github/workflows/cypress-run.yml
vendored
1
.github/workflows/cypress-run.yml
vendored
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user