Update app.element.io configuration to migrate 10% of existing users to the new rust crypto stack #256
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build downstream artifacts | |
on: | |
merge_group: | |
types: [checks_requested] | |
pull_request: {} | |
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@develop | |
with: | |
element-web-sha: ${{ github.sha }} | |
react-sdk-repository: matrix-org/matrix-react-sdk |