浏览代码

add github action name

nameczz 4 年之前
父节点
当前提交
d0ce596f0d
共有 2 个文件被更改,包括 4 次插入0 次删除
  1. 2 0
      .github/workflows/dev.yml
  2. 2 0
      .github/workflows/release.yml

+ 2 - 0
.github/workflows/dev.yml

@@ -1,3 +1,5 @@
+name: Milvus insight dev release
+
 on:
 on:
   pull_request:
   pull_request:
     branches:
     branches:

+ 2 - 0
.github/workflows/release.yml

@@ -1,3 +1,5 @@
+name: Milvus insight prod release
+
 on:
 on:
   release:
   release:
     types: [released]
     types: [released]