diff --git a/.github/workflows/bsp_buildings.yml b/.github/workflows/bsp_buildings.yml index 47647aaff13..2dcd147b19b 100644 --- a/.github/workflows/bsp_buildings.yml +++ b/.github/workflows/bsp_buildings.yml @@ -293,15 +293,15 @@ jobs: name: 00_all_bsp_output_${{ github.sha }} path: output/ - # Post CI status to PR comment - post-ci-status: - needs: build - if: always() && github.event_name == 'pull_request' && github.repository_owner == 'RT-Thread' - uses: ./.github/workflows/post_ci_status.yml - with: - workflow_name: "RT-Thread BSP Static Build Check" - workflow_status: ${{ needs.build.result }} - pr_number: ${{ github.event.pull_request.number }} - permissions: - pull-requests: write - issues: write \ No newline at end of file + # # Post CI status to PR comment + # post-ci-status: + # needs: build + # if: always() && github.event_name == 'pull_request' && github.repository_owner == 'RT-Thread' + # uses: ./.github/workflows/post_ci_status.yml + # with: + # workflow_name: "RT-Thread BSP Static Build Check" + # workflow_status: ${{ needs.build.result }} + # pr_number: ${{ github.event.pull_request.number }} + # permissions: + # pull-requests: write + # issues: write \ No newline at end of file diff --git a/.github/workflows/format_check.yml b/.github/workflows/format_check.yml index c9779bd1e60..46861500705 100644 --- a/.github/workflows/format_check.yml +++ b/.github/workflows/format_check.yml @@ -31,15 +31,15 @@ jobs: pip install click chardet PyYaml python tools/ci/file_check.py check 'https://github.com/RT-Thread/rt-thread' 'master' - # Post CI status to PR comment - post-ci-status: - needs: scancode_job - if: always() && github.event_name == 'pull_request' && github.repository_owner == 'RT-Thread' - uses: ./.github/workflows/post_ci_status.yml - with: - workflow_name: "Check File Format and License" - workflow_status: ${{ needs.scancode_job.result }} - pr_number: ${{ github.event.pull_request.number }} - permissions: - pull-requests: write - issues: write \ No newline at end of file + # # Post CI status to PR comment + # post-ci-status: + # needs: scancode_job + # if: always() && github.event_name == 'pull_request' && github.repository_owner == 'RT-Thread' + # uses: ./.github/workflows/post_ci_status.yml + # with: + # workflow_name: "Check File Format and License" + # workflow_status: ${{ needs.scancode_job.result }} + # pr_number: ${{ github.event.pull_request.number }} + # permissions: + # pull-requests: write + # issues: write \ No newline at end of file diff --git a/.github/workflows/static_code_analysis.yml b/.github/workflows/static_code_analysis.yml index f517a309d5c..4a05c2cf916 100644 --- a/.github/workflows/static_code_analysis.yml +++ b/.github/workflows/static_code_analysis.yml @@ -56,15 +56,15 @@ jobs: cd .. python tools/ci/cpp_check.py check - # Post CI status to PR comment - post-ci-status: - needs: scancode_job - if: always() && github.event_name == 'pull_request' && github.repository_owner == 'RT-Thread' - uses: ./.github/workflows/post_ci_status.yml - with: - workflow_name: "Static code analysis" - workflow_status: ${{ needs.scancode_job.result }} - pr_number: ${{ github.event.pull_request.number }} - permissions: - pull-requests: write - issues: write \ No newline at end of file + # # Post CI status to PR comment + # post-ci-status: + # needs: scancode_job + # if: always() && github.event_name == 'pull_request' && github.repository_owner == 'RT-Thread' + # uses: ./.github/workflows/post_ci_status.yml + # with: + # workflow_name: "Static code analysis" + # workflow_status: ${{ needs.scancode_job.result }} + # pr_number: ${{ github.event.pull_request.number }} + # permissions: + # pull-requests: write + # issues: write \ No newline at end of file diff --git a/.github/workflows/utest_auto_run.yml b/.github/workflows/utest_auto_run.yml index 824caffcbac..a5880e847bf 100644 --- a/.github/workflows/utest_auto_run.yml +++ b/.github/workflows/utest_auto_run.yml @@ -305,15 +305,15 @@ jobs: break fi done - # Post CI status to PR comment - post-ci-status: - needs: test - if: always() && github.event_name == 'pull_request' && github.repository_owner == 'RT-Thread' - uses: ./.github/workflows/post_ci_status.yml - with: - workflow_name: "utest_auto_run" - workflow_status: ${{ needs.test.result }} - pr_number: ${{ github.event.pull_request.number }} - permissions: - pull-requests: write - issues: write + # # Post CI status to PR comment + # post-ci-status: + # needs: test + # if: always() && github.event_name == 'pull_request' && github.repository_owner == 'RT-Thread' + # uses: ./.github/workflows/post_ci_status.yml + # with: + # workflow_name: "utest_auto_run" + # workflow_status: ${{ needs.test.result }} + # pr_number: ${{ github.event.pull_request.number }} + # permissions: + # pull-requests: write + # issues: write