You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hugegraph.apache.org by GitBox <gi...@apache.org> on 2022/10/26 15:27:02 UTC

[GitHub] [incubator-hugegraph-computer] imbajin commented on a diff in pull request #189: chore: update a string of ci configs & gitignore & REAME

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: dev-unsubscribe@hugegraph.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org