Fix merge queue X-Needs-Percy handling (#10802)
This commit is contained in:
parent
a0228994dc
commit
f4f2cb19b7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/cypress.yaml
vendored
2
.github/workflows/cypress.yaml
vendored
|
@ -65,7 +65,7 @@ jobs:
|
||||||
if: |
|
if: |
|
||||||
github.event.workflow_run.event == 'schedule' ||
|
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')
|
contains(fromJSON(steps.prdetails.outputs.data).labels.*.name, 'X-Needs-Percy')
|
||||||
)
|
)
|
||||||
run: echo "value=1" >> $GITHUB_OUTPUT
|
run: echo "value=1" >> $GITHUB_OUTPUT
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue