Skip to content

Commit 77ab5b0

Browse files
committed
👷 Fix tests not running in CI
1 parent ae45e5a commit 77ab5b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- changed-files
5151

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

5555
strategy:
5656
matrix:

0 commit comments

Comments
 (0)