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

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


The following commit(s) were added to refs/heads/master by this push:
     new 4ceef1ab0 fix: base-ref/head-ref missed in dependency-review on master 
(#2308)
4ceef1ab0 is described below

commit 4ceef1ab0cb1ed4c8cdebdc7bda02f6649de8b40
Author: M <[email protected]>
AuthorDate: Mon Sep 11 10:48:37 2023 +0800

    fix: base-ref/head-ref missed in dependency-review on master (#2308)
---
 .github/workflows/check-dependencies.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.github/workflows/check-dependencies.yml 
b/.github/workflows/check-dependencies.yml
index 60185492b..0a7396ff8 100644
--- a/.github/workflows/check-dependencies.yml
+++ b/.github/workflows/check-dependencies.yml
@@ -3,7 +3,6 @@ name: "3rd-party"
 on:
   push:
     branches:
-      - master
       - /^release-.*$/
   pull_request:
   

Reply via email to