Browse Source

add github action name

nameczz 4 years ago
parent
commit
d0ce596f0d
2 changed files with 4 additions and 0 deletions
  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:
   pull_request:
     branches:

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

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