This is an automated email from the ASF dual-hosted git repository. dsmiley pushed a commit to branch branch_9x in repository https://gitbox.apache.org/repos/asf/solr.git
commit 1cbab3f3371bb456a00afd3220ecfab0c777c584 Author: David Smiley <[email protected]> AuthorDate: Tue May 19 16:40:46 2026 -0400 tests-via-crave: limit paths (#4449) (cherry picked from commit b0dd510d0ac45e33ee798c7483c009b8557c7df4) --- .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 }}
