We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f985b70 commit 9bbc031Copy full SHA for 9bbc031
1 file changed
.github/workflows/ci.yml
@@ -67,7 +67,7 @@ jobs:
67
- id: check_python_sdk
68
name: Check Python SDK changes
69
run: |
70
- if git diff --name-only "${{ steps.git_refs.outputs.base }}" "${{ steps.git_refs.outputs.head }}" -- 'python/**' | grep -q .; then
+ if git diff --name-only "${{ steps.git_refs.outputs.base }}" "${{ steps.git_refs.outputs.head }}" -- 'libraries/**' 'setup.py' 'pyproject.toml' 'versioning/**' | grep -q .; then
71
echo "Python SDK changes detected"
72
echo "changed=true" >> $GITHUB_OUTPUT
73
else
0 commit comments