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'
|
||||
outputs:
|
||||
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:
|
||||
- name: Check branch
|
||||
id: check-test
|
||||
|
2
.github/workflows/cypress-run.yml
vendored
2
.github/workflows/cypress-run.yml
vendored
@ -38,7 +38,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
if: ${{ inputs.projects && fromJSON(inputs.projects).length != 0 }}
|
||||
if: ${{ fromJSON(inputs.projects) == true }}
|
||||
project: ${{ fromJSON(inputs.projects) }}
|
||||
name: ${{ matrix.project }}
|
||||
needs: runner-choice
|
||||
|
Loading…
Reference in New Issue
Block a user