File tree Expand file tree Collapse file tree 2 files changed +26
-26
lines changed Expand file tree Collapse file tree 2 files changed +26
-26
lines changed Original file line number Diff line number Diff line change 99
1010name : CI Results Comment
1111
12- on :
13- workflow_run :
14- workflows :
15- - " RT-Thread BSP Static Build Check"
16- - " Static code analysis"
17- - " Check File Format and License"
18- - " utest_auto_run"
19- - " ToolsCI"
20- - " pkgs_test"
21- types :
22- - completed
12+ # on:
13+ # workflow_run:
14+ # workflows:
15+ # - "RT-Thread BSP Static Build Check"
16+ # - "Static code analysis"
17+ # - "Check File Format and License"
18+ # - "utest_auto_run"
19+ # - "ToolsCI"
20+ # - "pkgs_test"
21+ # types:
22+ # - completed
2323
2424permissions :
2525 pull-requests : write
Original file line number Diff line number Diff line change 99
1010name : Post CI Status Comment
1111
12- on :
13- workflow_call :
14- inputs :
15- workflow_name :
16- description : ' Name of the workflow'
17- required : true
18- type : string
19- workflow_status :
20- description : ' Status of the workflow (success/failure)'
21- required : true
22- type : string
23- pr_number :
24- description : ' Pull request number'
25- required : true
26- type : number
12+ # on:
13+ # workflow_call:
14+ # inputs:
15+ # workflow_name:
16+ # description: 'Name of the workflow'
17+ # required: true
18+ # type: string
19+ # workflow_status:
20+ # description: 'Status of the workflow (success/failure)'
21+ # required: true
22+ # type: string
23+ # pr_number:
24+ # description: 'Pull request number'
25+ # required: true
26+ # type: number
2727
2828permissions :
2929 pull-requests : write
You can’t perform that action at this time.
0 commit comments