Pil0tXia commented on code in PR #4740:
URL: https://github.com/apache/eventmesh/pull/4740#discussion_r1450814100


##########
.github/workflows/ci.yml:
##########
@@ -33,29 +33,12 @@ jobs:
       matrix:
         os: [ ubuntu-latest, macOS-latest ]
         java: [ 8, 11 ]
-        language: ['java', 'go']
     runs-on: ${{ matrix.os }}
 
     steps:
       - name: Checkout repository
         uses: actions/checkout@v3
 
-      - name: Initialize CodeQL
-        uses: github/codeql-action/init@v2
-        with:
-          # If you wish to specify custom queries, you can do so here or in a 
config file.
-          # By default, queries listed here will override any specified in a 
config file.
-          # Prefix the list here with "+" to use these queries and those in 
the config file.
-          # queries: ./path/to/local/query, your-org/your-repo/queries@main
-          languages: ${{ matrix.language }}
-
-      - if: matrix.language == 'cpp' || matrix.language == 'csharp'

Review Comment:
   I have tried to run `Build C` with an additional `submodule: true` param and 
it encountered a compile error: 
https://github.com/Pil0tXia/eventmesh/actions/runs/7506142011/job/20436880958. 
Let's keep the original `Build C` task and I'll address it in another issue.



-- 
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]

Reply via email to