diff --git a/.github/workflows/app.yml b/.github/workflows/app.yml index bec8df8..aa0dc65 100644 --- a/.github/workflows/app.yml +++ b/.github/workflows/app.yml @@ -28,7 +28,7 @@ jobs: pytest: needs: changes - if: ${{ needs.changes.outputs.py_modified == 'true' }} + #if: ${{ needs.changes.outputs.py_modified == 'true' }} runs-on: ubuntu-latest steps: