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

[ci]: disable auto-run status ci

Yuqiang Wang 2 месяцев назад
Родитель
Сommit
925eab78df
2 измененных файлов с 26 добавлено и 26 удалено
  1. 11 11
      .github/workflows/ci_results_comment.yml
  2. 15 15
      .github/workflows/post_ci_status.yml

+ 11 - 11
.github/workflows/ci_results_comment.yml

@@ -9,17 +9,17 @@
 
 
 name: CI Results Comment
 name: CI Results Comment
 
 
-on:
-  workflow_run:
-    workflows:
-      - "RT-Thread BSP Static Build Check"
-      - "Static code analysis"
-      - "Check File Format and License"
-      - "utest_auto_run"
-      - "ToolsCI"
-      - "pkgs_test"
-    types:
-      - completed
+# on:
+#   workflow_run:
+#     workflows:
+#       - "RT-Thread BSP Static Build Check"
+#       - "Static code analysis"
+#       - "Check File Format and License"
+#       - "utest_auto_run"
+#       - "ToolsCI"
+#       - "pkgs_test"
+#     types:
+#       - completed
 
 
 permissions:
 permissions:
   pull-requests: write
   pull-requests: write

+ 15 - 15
.github/workflows/post_ci_status.yml

@@ -9,21 +9,21 @@
 
 
 name: Post CI Status Comment
 name: Post CI Status Comment
 
 
-on:
-  workflow_call:
-    inputs:
-      workflow_name:
-        description: 'Name of the workflow'
-        required: true
-        type: string
-      workflow_status:
-        description: 'Status of the workflow (success/failure)'
-        required: true
-        type: string
-      pr_number:
-        description: 'Pull request number'
-        required: true
-        type: number
+# on:
+#   workflow_call:
+#     inputs:
+#       workflow_name:
+#         description: 'Name of the workflow'
+#         required: true
+#         type: string
+#       workflow_status:
+#         description: 'Status of the workflow (success/failure)'
+#         required: true
+#         type: string
+#       pr_number:
+#         description: 'Pull request number'
+#         required: true
+#         type: number
 
 
 permissions:
 permissions:
   pull-requests: write
   pull-requests: write