0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-05-31 17:58:57 +02:00

Simplify CI tests DAG (#13784)

* Simplify CI tests DAG

* Changelog
This commit is contained in:
David Robertson 2022-09-13 10:17:23 +01:00 committed by GitHub
parent 41df25bbbd
commit 540afb0bfc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 4 deletions

View file

@ -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
View file

@ -0,0 +1 @@
Simplify the dependency DAG in the tests workflow.