From 6c0b2f55e145383b435334f5ebca19a7daaee71e Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Mon, 29 Apr 2024 10:53:12 +0100 Subject: [PATCH] Delete .github/workflows/downstream-artifacts.yml --- .github/workflows/downstream-artifacts.yml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 .github/workflows/downstream-artifacts.yml diff --git a/.github/workflows/downstream-artifacts.yml b/.github/workflows/downstream-artifacts.yml deleted file mode 100644 index d041c1fef..000000000 --- a/.github/workflows/downstream-artifacts.yml +++ /dev/null @@ -1,22 +0,0 @@ -name: Build downstream artifacts -on: - merge_group: - types: [checks_requested] - - pull_request: {} - - # For now at least, we don't run this or the downstream-end-to-end-tests against pushes - # to develop or master. - # - #push: - # branches: [develop, master] -concurrency: - group: ${{ github.workflow }}-${{ github.ref }} - cancel-in-progress: true -jobs: - build-element-web: - name: Build element-web - uses: matrix-org/matrix-react-sdk/.github/workflows/element-web.yaml@v3.97.0 - with: - matrix-js-sdk-sha: ${{ github.sha }} - react-sdk-repository: matrix-org/matrix-react-sdk