Просмотр исходного кода

chore: update CI workflow names for clarity

- Changed the CI workflow name from "Dev Branch CI/CD" to "Non-Main Branch CI/CD" in the claude-ci-autofix.yml file for better clarity on its purpose.

This update improves the understanding of the workflow's function within the CI/CD process.
ding113 3 месяцев назад
Родитель
Сommit
fa5b5a6cc8
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      .github/workflows/claude-ci-autofix.yml

+ 1 - 1
.github/workflows/claude-ci-autofix.yml

@@ -4,7 +4,7 @@ name: Claude CI Auto-Fix
 on:
   workflow_run:
     # 监听本项目的真实 CI Workflow 名称
-    workflows: ["Dev Branch CI/CD", "Auto Release Pipeline", "PR Build Check"]
+    workflows: ["Non-Main Branch CI/CD", "Auto Release Pipeline", "PR Build Check"]
     types:
       - completed