mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-22 09:35:45 +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:
|
tests-done:
|
||||||
if: ${{ always() }}
|
if: ${{ always() }}
|
||||||
needs:
|
needs:
|
||||||
- check-sampleconfig
|
|
||||||
- lint
|
|
||||||
- lint-crlf
|
|
||||||
- lint-newsfile
|
|
||||||
- trial
|
- trial
|
||||||
- trial-olddeps
|
- trial-olddeps
|
||||||
- sytest
|
- 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