This is an automated email from the ASF dual-hosted git repository.

haonan pushed a commit to branch HTHou-patch-1
in repository https://gitbox.apache.org/repos/asf/tsfile.git


The following commit(s) were added to refs/heads/HTHou-patch-1 by this push:
     new a709efb0 Update codeql.yml
a709efb0 is described below

commit a709efb0d8439b755d79234230e93b72a0301508
Author: Haonan <[email protected]>
AuthorDate: Fri Sep 20 23:23:29 2024 +0800

    Update codeql.yml
---
 .github/workflows/codeql.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index d2bf97fa..6f493e5c 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -16,7 +16,6 @@ on:
     branches:
       - develop
       - rc/*
-      - HTHou-patch-1
     paths-ignore:
       - 'docs/**'
 
@@ -69,7 +68,8 @@ jobs:
       with:
         languages: ${{ matrix.language }}
         build-mode: ${{ matrix.build-mode }}
-    - if: matrix.build-mode == 'manual'
+    - name: Manual build
+      if: matrix.build-mode == 'manual'
       run: |
         .\mvnw.cmd clean package -P with-cpp
 

Reply via email to