diff --git a/.github/workflows/backend.yml b/.github/workflows/backend.yml index ce187846c5..a09cbf86b0 100644 --- a/.github/workflows/backend.yml +++ b/.github/workflows/backend.yml @@ -110,7 +110,7 @@ jobs: python -m pytest -m "${{ matrix.test-type }}" test: needs: [changes] - if: needs.changes.outputs.gradio == 'true' || needs.changes.outputs.python-client == 'true' || needs.changes.outputs.workflows == 'true' || needs.changes.outputs.scripts == 'true' || needs.changes.outputs.test == 'true' + if: needs.changes.outputs.gradio == 'true' || needs.changes.outputs.workflows == 'true' || needs.changes.outputs.scripts == 'true' || needs.changes.outputs.test == 'true' strategy: matrix: os: ["ubuntu-latest", "windows-latest"]