Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Simplify CI tests DAG (#13784)
Browse files Browse the repository at this point in the history
* Simplify CI tests DAG

* Changelog
  • Loading branch information
David Robertson authored Sep 13, 2022
1 parent 41df25b commit 540afb0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -468,10 +468,6 @@ jobs:
tests-done:
if: ${{ always() }}
needs:
- check-sampleconfig
- lint
- lint-crlf
- lint-newsfile
- trial
- trial-olddeps
- sytest
Expand Down
1 change: 1 addition & 0 deletions changelog.d/13784.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Simplify the dependency DAG in the tests workflow.

0 comments on commit 540afb0

Please sign in to comment.