imbajin commented on code in PR #189:
URL:
https://github.com/apache/incubator-hugegraph-computer/pull/189#discussion_r1005837965
##########
.github/workflows/ci.yml:
##########
@@ -5,14 +5,8 @@ on:
branches:
- master
- /^release-.*$/
- - /^test-.*$/
- /^v[0-9]\..*$/
pull_request:
- branches:
Review Comment:
yes
##########
.github/workflows/codeql-analysis.yml:
##########
@@ -7,7 +7,7 @@ on:
branches: [ master, release-*, v0.* ]
pull_request:
# The branches below must be a subset of the branches above
- branches: [ master ]
+ # branches: [ master ] # enable it in all PR
Review Comment:
yes
--
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]