Only respect X-Needs-Percy in the Merge Queue (#10520)
* Enable merge queues * Iterate * Iterate * iterate * Only respect X-Needs-Percy in the Merge Queue
This commit is contained in:
parent
818e8292cb
commit
9cecac0cee
2 changed files with 3 additions and 2 deletions
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 == 'pull_request' &&
|
||||
github.event.workflow_run.event == 'merge_queue' &&
|
||||
contains(fromJSON(steps.prdetails.outputs.data).labels.*.name, 'X-Needs-Percy')
|
||||
)
|
||||
run: echo "::set-output name=value::1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue