Skip to content

Commit 6f79cd2

Browse files
richvdhtoger5
authored andcommitted
Fix downstream-artifacts build (#3443)
* Fix downstream-artifacts build * Update cypress.yml
1 parent 3895fbb commit 6f79cd2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cypress.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ concurrency:
1515
jobs:
1616
cypress:
1717
name: Cypress
18-
uses: matrix-org/matrix-react-sdk/.github/workflows/cypress.yaml@HEAD
18+
uses: matrix-org/matrix-react-sdk/.github/workflows/cypress.yaml@develop
1919
permissions:
2020
actions: read
2121
issues: read

.github/workflows/downstream-artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ concurrency:
1111
jobs:
1212
build-element-web:
1313
name: Build element-web
14-
uses: matrix-org/matrix-react-sdk/.github/workflows/element-web.yaml@HEAD
14+
uses: matrix-org/matrix-react-sdk/.github/workflows/element-web.yaml@develop
1515
with:
1616
matrix-js-sdk-sha: ${{ github.sha }}
1717
react-sdk-repository: matrix-org/matrix-react-sdk

0 commit comments

Comments
 (0)