Skip to content

Commit b0dd510

Browse files
authored
tests-via-crave: limit paths (#4449)
1 parent f7094c3 commit b0dd510

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/tests-via-crave.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1-
name: Solr Tests
1+
name: Solr Tests via Crave
22

33
on:
44
pull_request:
55
branches:
66
- '*'
7+
paths:
8+
- 'solr/**/src/**'
9+
- 'gradle/libs.versions.toml'
710

811
concurrency:
912
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}

0 commit comments

Comments
 (0)