This is an automated email from the ASF dual-hosted git repository. hellostephen pushed a commit to branch hello-stephen-patch-11 in repository https://gitbox.apache.org/repos/asf/doris.git
commit 7773b0e0bed1bebcf13dffb41fa0584aeca91e11 Author: Dongyang Li <[email protected]> AuthorDate: Wed Nov 26 19:32:10 2025 +0800 [chore](ci) Disable event triggers in checkstyle.yaml Comment out event triggers for the workflow. --- .github/workflows/checkstyle.yaml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/workflows/checkstyle.yaml b/.github/workflows/checkstyle.yaml index 54eb582ad9d..0f953bd9176 100644 --- a/.github/workflows/checkstyle.yaml +++ b/.github/workflows/checkstyle.yaml @@ -18,11 +18,13 @@ --- name: FE Code Style Checker -on: - pull_request: - workflow_dispatch: - issue_comment: - types: [ created ] +on: [] + +# on: +# pull_request: +# workflow_dispatch: +# issue_comment: +# types: [ created ] jobs: java-checkstyle: --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
