Update cypress.yaml
This commit is contained in:
parent
3fc6554225
commit
fc133041e3
1 changed files with 2 additions and 2 deletions
4
.github/workflows/cypress.yaml
vendored
4
.github/workflows/cypress.yaml
vendored
|
@ -63,8 +63,8 @@ jobs:
|
||||||
# Only run Percy when it is demanded or on develop
|
# Only run Percy when it is demanded or on develop
|
||||||
- name: Disable Percy if not needed
|
- name: Disable Percy if not needed
|
||||||
if: |
|
if: |
|
||||||
contains(fromJSON(steps.prdetails.outputs.data).labels.*.name, 'X-Needs-Percy') ||
|
github.event.workflow_run.event != 'pull_request' ||
|
||||||
github.event.workflow_run.event != 'pull_request'
|
contains(fromJSON(steps.prdetails.outputs.data).labels.*.name, 'X-Needs-Percy')
|
||||||
run: |
|
run: |
|
||||||
echo "PERCY_ENABLE=0" >> $GITHUB_ENV
|
echo "PERCY_ENABLE=0" >> $GITHUB_ENV
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue