Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 700af09

Browse files
authored
Update cypress.yaml
1 parent d960071 commit 700af09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cypress.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@ jobs:
3838
target_url: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
3939

4040
- id: prdetails
41-
if: github.event.workflow_run.event == 'pull_request' || github.event.workflow_run.event == 'merge_queue'
41+
if: github.event.workflow_run.event == 'pull_request' || github.event.workflow_run.event == 'merge_group'
4242
uses: matrix-org/[email protected]
4343
with:
4444
owner: ${{ github.event.workflow_run.head_repository.owner.login }}
4545
branch: ${{ github.event.workflow_run.head_branch }}
4646

4747
- name: Get commit details
4848
id: commit
49-
if: github.event.workflow_run.event == 'pull_request' || github.event.workflow_run.event == 'merge_queue'
49+
if: github.event.workflow_run.event == 'pull_request' || github.event.workflow_run.event == 'merge_group'
5050
uses: actions/github-script@v6
5151
with:
5252
script: |

0 commit comments

Comments
 (0)