You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by "AlexStocks (via GitHub)" <gi...@apache.org> on 2023/03/30 04:56:06 UTC

[GitHub] [dubbo-go] AlexStocks commented on a diff in pull request #2280: ci: Fix CI failures after branch adjustment

AlexStocks commented on code in PR #2280:
URL: https://github.com/apache/dubbo-go/pull/2280#discussion_r1152732452


##########
.github/workflows/codeql-analysis.yml:
##########
@@ -2,12 +2,10 @@ name: "CodeQL"
 
 on:
   push:
-    branches: [master, ]
+    branches: "*"

Review Comment:
   改成main就行了吧?没必要所有分支都跑



##########
.github/workflows/codeql-analysis.yml:
##########
@@ -2,12 +2,10 @@ name: "CodeQL"
 
 on:
   push:
-    branches: [master, ]
+    branches: "*"
   pull_request:
     # The branches below must be a subset of the branches above
-    branches: [master]
-  schedule:
-    - cron: '0 4 * * 5'
+    branches: "*"

Review Comment:
   同上



-- 
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: notifications-unsubscribe@dubbo.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org