This is an automated email from the ASF dual-hosted git repository.
blaginin pushed a commit to branch db/split-lint
in repository https://gitbox.apache.org/repos/asf/datafusion-comet.git
The following commit(s) were added to refs/heads/db/split-lint by this push:
new 366197e3c lint to have a separate cache
366197e3c is described below
commit 366197e3c61b6e6dc2ae3839ded785c201128839
Author: blaginin <[email protected]>
AuthorDate: Mon Mar 16 21:30:43 2026 +0000
lint to have a separate cache
---
.github/workflows/pr_build_linux.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/pr_build_linux.yml
b/.github/workflows/pr_build_linux.yml
index fca36b180..79deb7a28 100644
--- a/.github/workflows/pr_build_linux.yml
+++ b/.github/workflows/pr_build_linux.yml
@@ -103,7 +103,7 @@ jobs:
path: |
~/.m2/repository
/root/.m2/repository
- key: ${{ runner.os }}-java-maven-${{ hashFiles('**/pom.xml') }}
+ key: ${{ runner.os }}-java-maven-${{ hashFiles('**/pom.xml') }}-lint
restore-keys: |
${{ runner.os }}-java-maven-
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]