From 0a3448d4c9ae4f73feb2d3748703ac6f37c7c2f1 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Wed, 15 Apr 2026 10:25:54 +0100 Subject: [PATCH] Fix references to matrix-react-sdk in CI (#5269) --- .github/workflows/downstream-end-to-end-tests.yml | 4 ++-- .github/workflows/notify-downstream.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/downstream-end-to-end-tests.yml b/.github/workflows/downstream-end-to-end-tests.yml index a4540c754..d60a4efee 100644 --- a/.github/workflows/downstream-end-to-end-tests.yml +++ b/.github/workflows/downstream-end-to-end-tests.yml @@ -1,7 +1,7 @@ # Triggers after the "Downstream artifacts" build has finished, to run the -# matrix-react-sdk playwright tests (with access to repo secrets) +# element-web playwright tests (with access to repo secrets) -name: matrix-react-sdk End to End Tests +name: Element Web End to End Tests on: merge_group: types: [checks_requested] diff --git a/.github/workflows/notify-downstream.yaml b/.github/workflows/notify-downstream.yaml index ba9c1416c..06b817e2f 100644 --- a/.github/workflows/notify-downstream.yaml +++ b/.github/workflows/notify-downstream.yaml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-24.04 steps: - - name: Notify matrix-react-sdk repo that a new SDK build is on develop so it can CI against it + - name: Notify element-web repo that a new SDK build is on develop so it can CI against it uses: peter-evans/repository-dispatch@28959ce8df70de7be546dd1250a005dd32156697 # v4 with: token: ${{ secrets.ELEMENT_BOT_TOKEN }}