parent
41df25bbbd
commit
540afb0bfc
|
@ -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
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Simplify the dependency DAG in the tests workflow.
|
Loading…
Reference in New Issue