mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-04 19:56:45 +02:00
Update cypress.yaml
This commit is contained in:
parent
3fc6554225
commit
fc133041e3
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
|
||||
- name: Disable Percy if not needed
|
||||
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: |
|
||||
echo "PERCY_ENABLE=0" >> $GITHUB_ENV
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user