imbajin commented on code in PR #2628:
URL:
https://github.com/apache/incubator-hugegraph/pull/2628#discussion_r1712618155
##########
.asf.yaml:
##########
@@ -41,7 +41,8 @@ github:
- Analyze (java)
- CodeQL
- check-license
- - build (memory, 11)
+ - build (memory, 11) # Server CI
+ - build (11) # Commons CI
Review Comment:
maybe we need ensure it in fork repo to prevent `dead-lock` (after merge it)
##########
.github/workflows/commons-ci.yml:
##########
@@ -36,19 +39,23 @@ jobs:
with:
fetch-depth: 2
- - name: License check(RAT)
+ - name: Use staged maven repo settings
+ if: ${{ env.USE_STAGE == 'true' }}
Review Comment:
we need visit stage here?
--
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]