Skip to content

Commit

Permalink
👷 Fix tests not running in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenbal committed Oct 25, 2024
1 parent ae45e5a commit 77ab5b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- changed-files

# only run tests if source files have changed (e.g. skip for PRs that only update docs)
if: needs.changed-files.outputs.changed-files == 'true' || github.event_name == 'push' || github.event_name == 'workflow_dispatch'
if: ${{ needs.changed-files.outputs.changed-py-files == 'true'|| needs.changed-files.outputs.changed-requirements == 'true'|| github.event_name == 'push' }}

strategy:
matrix:
Expand Down

0 comments on commit 77ab5b0

Please sign in to comment.