chore: update skip
This commit is contained in:
parent
bbd3371412
commit
b7ed5a22e1
2
.github/workflows/ci-cd-trigger.yml
vendored
2
.github/workflows/ci-cd-trigger.yml
vendored
@ -176,7 +176,7 @@ jobs:
|
|||||||
name: '(CI) check if e2e needed'
|
name: '(CI) check if e2e needed'
|
||||||
outputs:
|
outputs:
|
||||||
run-tests: ${{ steps.check-test.outputs.e2e-needed }}
|
run-tests: ${{ steps.check-test.outputs.e2e-needed }}
|
||||||
if: steps.check-test.outputs.e2e-needed == 'true'
|
if: ${{ steps.check-test.outputs.e2e-needed == true }}
|
||||||
steps:
|
steps:
|
||||||
- name: Check branch
|
- name: Check branch
|
||||||
id: check-test
|
id: check-test
|
||||||
|
2
.github/workflows/cypress-run.yml
vendored
2
.github/workflows/cypress-run.yml
vendored
@ -38,7 +38,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
if: ${{ inputs.projects && fromJSON(inputs.projects).length != 0 }}
|
if: ${{ fromJSON(inputs.projects) == true }}
|
||||||
project: ${{ fromJSON(inputs.projects) }}
|
project: ${{ fromJSON(inputs.projects) }}
|
||||||
name: ${{ matrix.project }}
|
name: ${{ matrix.project }}
|
||||||
needs: runner-choice
|
needs: runner-choice
|
||||||
|
Loading…
Reference in New Issue
Block a user