David Robertson 1 year ago
parent
commit
69717851c1
1 changed files with 1 additions and 9 deletions
  1. 1 9
      .github/workflows/tests.yml

+ 1 - 9
.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