diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5d3713b..927e07e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -97,7 +97,6 @@ jobs: tests: runs-on: ubuntu-latest needs: - - check-dependencies - xml-linting strategy: matrix: @@ -132,7 +131,6 @@ jobs: code-quality: runs-on: ubuntu-latest - needs: [check-dependencies] steps: - uses: actions/checkout@v2