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

jermy pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/incubator-hugegraph-toolchain.git


The following commit(s) were added to refs/heads/master by this push:
     new 0aadaa3d fix: base-ref/head-ref missed in dependency-check-ci on 
branch push (#516)
0aadaa3d is described below

commit 0aadaa3db672f8e92658047abfa9c57f35ec9917
Author: M <[email protected]>
AuthorDate: Fri Sep 15 19:53:02 2023 +0800

    fix: base-ref/head-ref missed in dependency-check-ci on branch push (#516)
---
 .github/workflows/codeql-analysis.yml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/.github/workflows/codeql-analysis.yml 
b/.github/workflows/codeql-analysis.yml
index 5499c6db..d709ec89 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -12,8 +12,6 @@
 name: "CodeQL"
 
 on:
-  push:
-    branches: [ master, release-* ]
   pull_request:
     # The branches below must be a subset of the branches above
     # branches: [ master ] # enable in all PR

Reply via email to