Simplify CI tests DAG (#13784)

* Simplify CI tests DAG

* Changelog
pull/13788/head
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.