mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-15 20:54:59 +08:00
Update cypress.yaml
This commit is contained in:
parent
ea6a2033ee
commit
30f42ea426
4
.github/workflows/cypress.yaml
vendored
4
.github/workflows/cypress.yaml
vendored
@ -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: |
|
||||
|
Loading…
Reference in New Issue
Block a user