kgyrtkirk commented on code in PR #15106:
URL: https://github.com/apache/druid/pull/15106#discussion_r1376621196
##########
.github/workflows/static-checks.yml:
##########
@@ -156,7 +185,15 @@ jobs:
with:
distribution: 'zulu'
java-version: '17'
- cache: 'maven'
+
+ # restore maven dependencies only. 'depsonly' keys are safe to restore
+ # since they don't contain any artifacts created by mvn install
+ - uses: actions/cache@v3
Review Comment:
I was thinking that this was left here by mistake or something.
so far I thinked that the `static-checks` stuff supposed to save the cache;
as if there is a match on the primary key save will not happen; so I'm
wondering what's the point leaving any chances here to save as I think this job
(`web-checks`) doesn't fully build the project - or do I miss something?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]