diff options
author | David Robertson <davidr@element.io> | 2022-09-13 10:17:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-13 10:17:23 +0100 |
commit | 540afb0bfcc407328a75b0b9910f26b407dbcaed (patch) | |
tree | 976cdd51f27a185680621907ae5b518a8bfe79cd /.github | |
parent | installation.md: require libpq on M1 macs (#13480) (diff) | |
download | synapse-540afb0bfcc407328a75b0b9910f26b407dbcaed.tar.xz |
Simplify CI tests DAG (#13784)
* Simplify CI tests DAG * Changelog
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/tests.yml | 4 |
1 files changed, 0 insertions, 4 deletions
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 |