Update downstream-end-to-end-tests.yml

This commit is contained in:
Michael Telatynski
2024-04-30 10:30:19 +01:00
committed by GitHub
parent a33758eda6
commit c2687643b5
@@ -30,4 +30,4 @@ jobs:
react-sdk-repository: matrix-org/matrix-react-sdk
# 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.
skip: github.event_name != 'merge_group'
skip: ${{ github.event_name != 'merge_group' }}