File tree Expand file tree Collapse file tree 4 files changed +7
-10
lines changed Expand file tree Collapse file tree 4 files changed +7
-10
lines changed Original file line number Diff line number Diff line change @@ -21,14 +21,13 @@ concurrency:
21
21
jobs :
22
22
playwright :
23
23
name : Playwright
24
- uses : element-hq/matrix-react-sdk /.github/workflows/end-to-end-tests.yaml@develop
24
+ uses : element-hq/element-web /.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 : element-hq/matrix-react-sdk
32
31
# We only want to run the playwright tests on merge queue to prevent regressions
33
32
# from creeping in. They take a long time to run and consume multiple concurrent runners.
34
33
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 : element-hq/matrix-react-sdk
18
- event : upstream-sdk-notify
19
17
20
18
runs-on : ubuntu-latest
21
19
steps :
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 : ' ["element-hq/matrix-react-sdk", "element-hq/ element-web"]'
31
+ downstreams : ' ["element-hq/element-web"]'
32
32
33
33
docs :
34
34
name : Publish Documentation
Original file line number Diff line number Diff line change @@ -73,10 +73,10 @@ jobs:
73
73
- if : needs.jest.result != 'skipped' && needs.jest.result != 'success'
74
74
run : exit 1
75
75
76
- matrix-react-sdk :
77
- name : Downstream test matrix-react-sdk
76
+ element-web :
77
+ name : Downstream test element-web
78
78
if : github.event_name == 'merge_group'
79
- uses : element-hq/matrix-react-sdk /.github/workflows/tests.yml@develop
79
+ uses : element-hq/element-web /.github/workflows/tests.yml@develop
80
80
with :
81
81
disable_coverage : true
82
82
matrix-js-sdk-sha : ${{ github.sha }}
@@ -106,7 +106,7 @@ jobs:
106
106
runs-on : ubuntu-latest
107
107
if : always()
108
108
needs :
109
- - matrix-react-sdk
109
+ - element-web
110
110
steps :
111
111
- name : Skip SonarCloud on merge queues
112
112
if : env.ENABLE_COVERAGE == 'false'
@@ -119,5 +119,5 @@ jobs:
119
119
sha : ${{ github.sha }}
120
120
target_url : https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
121
121
122
- - if : needs.matrix-react-sdk .result != 'skipped' && needs.matrix-react-sdk .result != 'success'
122
+ - if : needs.element-web .result != 'skipped' && needs.element-web .result != 'success'
123
123
run : exit 1
You can’t perform that action at this time.
0 commit comments