Skip to content

Commit

Permalink
Fix downstream-artifacts build (#3443)
Browse files Browse the repository at this point in the history
* Fix downstream-artifacts build

* Update cypress.yml
  • Loading branch information
richvdh authored and toger5 committed Jun 7, 2023
1 parent 3895fbb commit 6f79cd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ concurrency:
jobs:
cypress:
name: Cypress
uses: matrix-org/matrix-react-sdk/.github/workflows/cypress.yaml@HEAD
uses: matrix-org/matrix-react-sdk/.github/workflows/cypress.yaml@develop
permissions:
actions: read
issues: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/downstream-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ concurrency:
jobs:
build-element-web:
name: Build element-web
uses: matrix-org/matrix-react-sdk/.github/workflows/element-web.yaml@HEAD
uses: matrix-org/matrix-react-sdk/.github/workflows/element-web.yaml@develop
with:
matrix-js-sdk-sha: ${{ github.sha }}
react-sdk-repository: matrix-org/matrix-react-sdk

0 comments on commit 6f79cd2

Please sign in to comment.