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

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