Skip to content

Commit f7712af

Browse files
ci: don't run core tests on community libraries commit
1 parent 36a4a33 commit f7712af

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ on:
55
pull_request:
66
branches: [main]
77
paths:
8-
- 'libs/**'
8+
- 'libs/core/**'
9+
- 'libs/io/**'
10+
- 'libs/executors/**'
911
env:
1012
UV_SYSTEM_PYTHON: 1
1113

0 commit comments

Comments
 (0)