Skip to content

Commit fa6f86e

Browse files
kurisaWRbb666
authored andcommitted
[ci]: disable the post-ci-status enabling option for regarding the relevant CI
1 parent 925eab7 commit fa6f86e

File tree

4 files changed

+48
-48
lines changed

4 files changed

+48
-48
lines changed

.github/workflows/bsp_buildings.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -293,15 +293,15 @@ jobs:
293293
name: 00_all_bsp_output_${{ github.sha }}
294294
path: output/
295295

296-
# Post CI status to PR comment
297-
post-ci-status:
298-
needs: build
299-
if: always() && github.event_name == 'pull_request' && github.repository_owner == 'RT-Thread'
300-
uses: ./.github/workflows/post_ci_status.yml
301-
with:
302-
workflow_name: "RT-Thread BSP Static Build Check"
303-
workflow_status: ${{ needs.build.result }}
304-
pr_number: ${{ github.event.pull_request.number }}
305-
permissions:
306-
pull-requests: write
307-
issues: write
296+
# # Post CI status to PR comment
297+
# post-ci-status:
298+
# needs: build
299+
# if: always() && github.event_name == 'pull_request' && github.repository_owner == 'RT-Thread'
300+
# uses: ./.github/workflows/post_ci_status.yml
301+
# with:
302+
# workflow_name: "RT-Thread BSP Static Build Check"
303+
# workflow_status: ${{ needs.build.result }}
304+
# pr_number: ${{ github.event.pull_request.number }}
305+
# permissions:
306+
# pull-requests: write
307+
# issues: write

.github/workflows/format_check.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@ jobs:
3131
pip install click chardet PyYaml
3232
python tools/ci/file_check.py check 'https://github.com/RT-Thread/rt-thread' 'master'
3333
34-
# Post CI status to PR comment
35-
post-ci-status:
36-
needs: scancode_job
37-
if: always() && github.event_name == 'pull_request' && github.repository_owner == 'RT-Thread'
38-
uses: ./.github/workflows/post_ci_status.yml
39-
with:
40-
workflow_name: "Check File Format and License"
41-
workflow_status: ${{ needs.scancode_job.result }}
42-
pr_number: ${{ github.event.pull_request.number }}
43-
permissions:
44-
pull-requests: write
45-
issues: write
34+
# # Post CI status to PR comment
35+
# post-ci-status:
36+
# needs: scancode_job
37+
# if: always() && github.event_name == 'pull_request' && github.repository_owner == 'RT-Thread'
38+
# uses: ./.github/workflows/post_ci_status.yml
39+
# with:
40+
# workflow_name: "Check File Format and License"
41+
# workflow_status: ${{ needs.scancode_job.result }}
42+
# pr_number: ${{ github.event.pull_request.number }}
43+
# permissions:
44+
# pull-requests: write
45+
# issues: write

.github/workflows/static_code_analysis.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,15 @@ jobs:
5656
cd ..
5757
python tools/ci/cpp_check.py check
5858
59-
# Post CI status to PR comment
60-
post-ci-status:
61-
needs: scancode_job
62-
if: always() && github.event_name == 'pull_request' && github.repository_owner == 'RT-Thread'
63-
uses: ./.github/workflows/post_ci_status.yml
64-
with:
65-
workflow_name: "Static code analysis"
66-
workflow_status: ${{ needs.scancode_job.result }}
67-
pr_number: ${{ github.event.pull_request.number }}
68-
permissions:
69-
pull-requests: write
70-
issues: write
59+
# # Post CI status to PR comment
60+
# post-ci-status:
61+
# needs: scancode_job
62+
# if: always() && github.event_name == 'pull_request' && github.repository_owner == 'RT-Thread'
63+
# uses: ./.github/workflows/post_ci_status.yml
64+
# with:
65+
# workflow_name: "Static code analysis"
66+
# workflow_status: ${{ needs.scancode_job.result }}
67+
# pr_number: ${{ github.event.pull_request.number }}
68+
# permissions:
69+
# pull-requests: write
70+
# issues: write

.github/workflows/utest_auto_run.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -305,15 +305,15 @@ jobs:
305305
break
306306
fi
307307
done
308-
# Post CI status to PR comment
309-
post-ci-status:
310-
needs: test
311-
if: always() && github.event_name == 'pull_request' && github.repository_owner == 'RT-Thread'
312-
uses: ./.github/workflows/post_ci_status.yml
313-
with:
314-
workflow_name: "utest_auto_run"
315-
workflow_status: ${{ needs.test.result }}
316-
pr_number: ${{ github.event.pull_request.number }}
317-
permissions:
318-
pull-requests: write
319-
issues: write
308+
# # Post CI status to PR comment
309+
# post-ci-status:
310+
# needs: test
311+
# if: always() && github.event_name == 'pull_request' && github.repository_owner == 'RT-Thread'
312+
# uses: ./.github/workflows/post_ci_status.yml
313+
# with:
314+
# workflow_name: "utest_auto_run"
315+
# workflow_status: ${{ needs.test.result }}
316+
# pr_number: ${{ github.event.pull_request.number }}
317+
# permissions:
318+
# pull-requests: write
319+
# issues: write

0 commit comments

Comments
 (0)