Skip to content

Commit 07d1d5f

Browse files
committed
[KYUUBI #7225] [CI] Skip Python Client unit tests when only documentation changes are made
### Why are the changes needed? The PR disables Python Client unit tests for documentation-only changes as not needed, similar to PR #7223. ### How was this patch tested? The PR was not tested directly, but it is similar to already tested PR #7223. ### Was this patch authored or co-authored using generative AI tooling? No Closes #7225 from dnskr/skip-python-client-unit-tests-for-docs. Closes #7225 2184c03 [dnskr] [CI] Skip Python Client unit tests when only documentation changes are made Authored-by: dnskr <[email protected]> Signed-off-by: dnskr <[email protected]>
1 parent e8bbf52 commit 07d1d5f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/python.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,14 @@ on:
2222
branches:
2323
- master
2424
- branch-*
25+
paths-ignore:
26+
- 'docs/**'
2527
pull_request:
2628
branches:
2729
- master
2830
- branch-*
31+
paths-ignore:
32+
- 'docs/**'
2933

3034
concurrency:
3135
group: python-${{ github.head_ref || github.run_id }}

0 commit comments

Comments
 (0)