File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -21,14 +21,14 @@ concurrency:
21
21
jobs :
22
22
playwright :
23
23
name : Playwright
24
- uses : matrix-org /matrix-react-sdk/.github/workflows/end-to-end-tests.yaml@develop
24
+ uses : element-hq /matrix-react-sdk/.github/workflows/end-to-end-tests.yaml@develop
25
25
permissions :
26
26
actions : read
27
27
issues : read
28
28
pull-requests : read
29
29
with :
30
30
matrix-js-sdk-sha : ${{ github.sha }}
31
- react-sdk-repository : matrix-org /matrix-react-sdk
31
+ react-sdk-repository : element-hq /matrix-react-sdk
32
32
# We only want to run the playwright tests on merge queue to prevent regressions
33
33
# from creeping in. They take a long time to run and consume multiple concurrent runners.
34
34
skip : ${{ github.event_name != 'merge_group' }}
Original file line number Diff line number Diff line change 14
14
include :
15
15
- repo : element-hq/element-web
16
16
event : element-web-notify
17
- - repo : matrix-org /matrix-react-sdk
17
+ - repo : element-hq /matrix-react-sdk
18
18
event : upstream-sdk-notify
19
19
20
20
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 28
28
with :
29
29
final : ${{ inputs.mode == 'final' }}
30
30
npm : ${{ inputs.npm }}
31
- downstreams : ' ["matrix-org /matrix-react-sdk", "element-hq/element-web"]'
31
+ downstreams : ' ["element-hq /matrix-react-sdk", "element-hq/element-web"]'
32
32
33
33
docs :
34
34
name : Publish Documentation
Original file line number Diff line number Diff line change 76
76
matrix-react-sdk :
77
77
name : Downstream test matrix-react-sdk
78
78
if : github.event_name == 'merge_group'
79
- uses : matrix-org /matrix-react-sdk/.github/workflows/tests.yml@develop
79
+ uses : element-hq /matrix-react-sdk/.github/workflows/tests.yml@develop
80
80
with :
81
81
disable_coverage : true
82
82
matrix-js-sdk-sha : ${{ github.sha }}
You can’t perform that action at this time.
0 commit comments