We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7094c3 commit b0dd510Copy full SHA for b0dd510
1 file changed
.github/workflows/tests-via-crave.yml
@@ -1,9 +1,12 @@
1
-name: Solr Tests
+name: Solr Tests via Crave
2
3
on:
4
pull_request:
5
branches:
6
- '*'
7
+ paths:
8
+ - 'solr/**/src/**'
9
+ - 'gradle/libs.versions.toml'
10
11
concurrency:
12
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
0 commit comments