This is an automated email from the ASF dual-hosted git repository.
dsmiley pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/main by this push:
new b0dd510d0ac tests-via-crave: limit paths (#4449)
b0dd510d0ac is described below
commit b0dd510d0ac45e33ee798c7483c009b8557c7df4
Author: David Smiley <[email protected]>
AuthorDate: Tue May 19 16:40:46 2026 -0400
tests-via-crave: limit paths (#4449)
---
.github/workflows/tests-via-crave.yml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/tests-via-crave.yml
b/.github/workflows/tests-via-crave.yml
index b8b7e0b9db5..1623ed29f33 100644
--- a/.github/workflows/tests-via-crave.yml
+++ b/.github/workflows/tests-via-crave.yml
@@ -1,9 +1,12 @@
-name: Solr Tests
+name: Solr Tests via Crave
on:
pull_request:
branches:
- '*'
+ paths:
+ - 'solr/**/src/**'
+ - 'gradle/libs.versions.toml'
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number ||
github.ref }}