diff --git a/.github/workflows/cypress.yaml b/.github/workflows/cypress.yaml index 37ba2b4f9b..8e957bcf2e 100644 --- a/.github/workflows/cypress.yaml +++ b/.github/workflows/cypress.yaml @@ -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: |