diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 33f96de1e91..fb083a5f246 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -135,6 +135,7 @@ jobs: if: ${{ always() }} needs: - changelog + - linters - sanity - unit-source runs-on: ubuntu-latest @@ -143,6 +144,6 @@ jobs: python -c "assert set([ '${{ needs.changelog.result }}', '${{ needs.sanity.result }}', - '${{ needs.unit-galaxy.result }}', + '${{ needs.linters.result }}', '${{ needs.unit-source.result }}' ]) == {'success'}"