From 540afb0bfcc407328a75b0b9910f26b407dbcaed Mon Sep 17 00:00:00 2001
From: David Robertson <davidr@element.io>
Date: Tue, 13 Sep 2022 10:17:23 +0100
Subject: [PATCH] Simplify CI tests DAG (#13784)

* Simplify CI tests DAG

* Changelog
---
 .github/workflows/tests.yml | 4 ----
 changelog.d/13784.misc      | 1 +
 2 files changed, 1 insertion(+), 4 deletions(-)
 create mode 100644 changelog.d/13784.misc

diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index bf70f8373e..a5a217d015 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -468,10 +468,6 @@ jobs:
   tests-done:
     if: ${{ always() }}
     needs:
-      - check-sampleconfig
-      - lint
-      - lint-crlf
-      - lint-newsfile
       - trial
       - trial-olddeps
       - sytest
diff --git a/changelog.d/13784.misc b/changelog.d/13784.misc
new file mode 100644
index 0000000000..e7a542cd80
--- /dev/null
+++ b/changelog.d/13784.misc
@@ -0,0 +1 @@
+Simplify the dependency DAG in the tests workflow.
-- 
GitLab