diff options
author | David Robertson <davidr@element.io> | 2022-09-01 16:34:24 +0100 |
---|---|---|
committer | David Robertson <davidr@element.io> | 2022-09-01 16:34:24 +0100 |
commit | 69717851c17d8dc1edd3fb2d22f8591632a55b60 (patch) | |
tree | cf7dcb090351f3ff93455e9ab0f679d652a7580c | |
parent | Fix branchname (diff) | |
download | synapse-dmr/test-poetry-ci.tar.xz |
-rw-r--r-- | .github/workflows/tests.yml | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d5802668b3..d13d1087ed 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -63,15 +63,7 @@ jobs: tests-done: if: ${{ always() }} needs: - - check-sampleconfig - - lint - - lint-crlf - - trial - - trial-olddeps - - sytest - - export-data - - portdb - - complement + - linting-done runs-on: ubuntu-latest steps: - uses: matrix-org/done-action@v2 |