We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae45e5a commit 77ab5b0Copy full SHA for 77ab5b0
.github/workflows/ci.yml
@@ -50,7 +50,7 @@ jobs:
50
- changed-files
51
52
# 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'
+ if: ${{ needs.changed-files.outputs.changed-py-files == 'true'|| needs.changed-files.outputs.changed-requirements == 'true'|| github.event_name == 'push' }}
54
55
strategy:
56
matrix:
0 commit comments