adoroszlai commented on code in PR #4004:
URL: https://github.com/apache/ozone/pull/4004#discussion_r1034463343
##########
.github/workflows/post-commit.yml:
##########
@@ -17,414 +17,9 @@ on:
pull_request:
types: [opened, ready_for_review, synchronize]
push:
- schedule:
- - cron: 30 0,12 * * *
-env:
- FAIL_FAST: ${{ github.event_name == 'pull_request' }}
- MAVEN_OPTS: -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false
-Dmaven.wagon.http.retryHandler.class=standard
-Dmaven.wagon.http.retryHandler.count=3
concurrency:
group: ci-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
jobs:
Review Comment:
Thanks for the reminder @neils-dev, updating the doc is a good suggestion.
I'll do this in a follow-up PR, because the separate doc change will require
fewer checks, rather than repeating the full CI required for this change.
--
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]