diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e8068401..c8596cfe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,18 +14,18 @@ jobs: uses: ./.github/workflows/formatter.yml unit-test: - needs: check_pr_status + needs: [check_pr_status, formatter] if: needs.check_pr_status.outputs.branch-pr == '' uses: ./.github/workflows/pytest.yml secrets: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} unit-test-matrix: - needs: check_pr_status + needs: [check_pr_status, formatter] if: needs.check_pr_status.outputs.branch-pr == '' uses: ./.github/workflows/pytest-matrix.yml end2end-test: - needs: check_pr_status + needs: [check_pr_status, formatter] if: needs.check_pr_status.outputs.branch-pr == '' uses: ./.github/workflows/end2end-conda.yml \ No newline at end of file