mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-15 20:54:59 +08:00
Fix merge queue X-Needs-Percy handling (#10802)
This commit is contained in:
parent
a0228994dc
commit
f4f2cb19b7
2
.github/workflows/cypress.yaml
vendored
2
.github/workflows/cypress.yaml
vendored
@ -65,7 +65,7 @@ jobs:
|
||||
if: |
|
||||
github.event.workflow_run.event == 'schedule' ||
|
||||
(
|
||||
github.event.workflow_run.event == 'merge_queue' &&
|
||||
github.event.workflow_run.event == 'merge_group' &&
|
||||
contains(fromJSON(steps.prdetails.outputs.data).labels.*.name, 'X-Needs-Percy')
|
||||
)
|
||||
run: echo "value=1" >> $GITHUB_OUTPUT
|
||||
|
Loading…
Reference in New Issue
Block a user