Skip to content

Commit

Permalink
Update end-to-end-tests.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy authored Apr 29, 2024
1 parent d3deda6 commit 7e8177e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/end-to-end-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
name: Playwright
# We only want to run the playwright tests on merge queue to prevent regressions
# from creeping in. They take a long time to run and consume multiple concurrent runners.
if: github.event.workflow_run.event == 'merge_group'
if: github.event_name == 'merge_group'
uses: matrix-org/matrix-react-sdk/.github/workflows/end-to-end-tests.yaml@develop
permissions:
actions: read
Expand Down

0 comments on commit 7e8177e

Please sign in to comment.