adoroszlai opened a new pull request, #438: URL: https://github.com/apache/ranger/pull/438
## What changes were proposed in this pull request? I would like to propose some improvements for the CI workflow: - Use `actions/cache` instead of `setup-java`'s simple cache option. This allows restoring "similar" caches, not just exact cache hits. - Run `build-11` only after `build-8`. If Java 8 build fails, no need to spend time trying with Java 11. Run `build-11` and `docker-build` (test) concurrently. - Run the workflow on `push` for any branch. This allows contributors to run the workflow in their fork, to get CI feedback before opening PR. (Without pushing to `master` in their fork.) https://issues.apache.org/jira/browse/RANGER-5066 ## How was this patch tested? CI: https://github.com/adoroszlai/ranger/actions/runs/12241913402 -- 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: dev-unsubscr...@ranger.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org