Skip to content

Commit be453e9

Browse files
committed
Remove repository_dispatch for everything bar develop CD
js-sdk now runs the tests downstream so this was unnecessary
1 parent ad9e927 commit be453e9

3 files changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/build-and-test.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ on:
1818
push:
1919
# We do not build on push to develop as the merge_group check handles that
2020
branches: [staging, master]
21-
repository_dispatch:
22-
types: [element-web-notify]
2321

2422
# support triggering from other workflows
2523
workflow_call:

.github/workflows/static_analysis.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ on:
55
branches: [develop, master]
66
merge_group:
77
types: [checks_requested]
8-
repository_dispatch:
9-
types: [element-web-notify]
108
concurrency:
119
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }}
1210
cancel-in-progress: true

.github/workflows/tests.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ on:
55
types: [checks_requested]
66
push:
77
branches: [develop, master]
8-
repository_dispatch:
9-
types: [element-web-notify]
108
workflow_call:
119
inputs:
1210
disable_coverage:

0 commit comments

Comments
 (0)