mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-22 01:25:44 +03:00
parent
41df25bbbd
commit
540afb0bfc
2 changed files with 1 additions and 4 deletions
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
|
@ -468,10 +468,6 @@ jobs:
|
|||
tests-done:
|
||||
if: ${{ always() }}
|
||||
needs:
|
||||
- check-sampleconfig
|
||||
- lint
|
||||
- lint-crlf
|
||||
- lint-newsfile
|
||||
- trial
|
||||
- trial-olddeps
|
||||
- sytest
|
||||
|
|
1
changelog.d/13784.misc
Normal file
1
changelog.d/13784.misc
Normal file
|
@ -0,0 +1 @@
|
|||
Simplify the dependency DAG in the tests workflow.
|
Loading…
Reference in a new issue