Update cypress.yaml

This commit is contained in:
Michael Telatynski 2023-04-05 16:57:32 +01:00 committed by GitHub
parent ea6a2033ee
commit 30f42ea426
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,7 @@ jobs:
target_url: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
- id: prdetails
if: github.event.workflow_run.event == 'pull_request'
if: github.event.workflow_run.event == 'pull_request' || github.event.workflow_run.event == 'merge_queue'
uses: matrix-org/pr-details-action@v1.2
with:
owner: ${{ github.event.workflow_run.head_repository.owner.login }}
@ -46,7 +46,7 @@ jobs:
- name: Get commit details
id: commit
if: github.event.workflow_run.event == 'pull_request'
if: github.event.workflow_run.event == 'pull_request' || github.event.workflow_run.event == 'merge_queue'
uses: actions/github-script@v6
with:
script: |