瀏覽代碼

chore: add performance

代强 1 年之前
父節點
當前提交
85dace0df1
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      .github/workflows/performance.yaml

+ 2 - 2
.github/workflows/performance.yaml

@@ -1,4 +1,4 @@
-name: "Get Commit Hash on PR Merge"
+name: "Check PR performance on PR Merge"
 
 on:
   pull_request:
@@ -16,7 +16,7 @@ jobs:
         with:
             fetch-depth: '2'
 
-      - name: Get commit hashes
+      - name: Check PR performance
         if: ${{ github.event.pull_request.merged == true }}
         env:
           BASE_BRANCH: ${{ github.event.pull_request.base.ref }}