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