diff --git a/.github/workflows/ci_results_comment.yml b/.github/workflows/ci_results_comment.yml index 3e811229849..01dd46efe52 100644 --- a/.github/workflows/ci_results_comment.yml +++ b/.github/workflows/ci_results_comment.yml @@ -9,17 +9,17 @@ 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: pull-requests: write diff --git a/.github/workflows/post_ci_status.yml b/.github/workflows/post_ci_status.yml index bac6df462ac..1f24592c800 100644 --- a/.github/workflows/post_ci_status.yml +++ b/.github/workflows/post_ci_status.yml @@ -9,21 +9,21 @@ 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: pull-requests: write