From 7773b0e0bed1bebcf13dffb41fa0584aeca91e11 Mon Sep 17 00:00:00 2001 From: Dongyang Li Date: Wed, 26 Nov 2025 19:32:10 +0800 Subject: [PATCH 1/2] [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 54eb582ad9d4e4..0f953bd91764f3 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: From b39d960e07ce3da59f4189ad7d41d9e27fef4d48 Mon Sep 17 00:00:00 2001 From: Dongyang Li Date: Wed, 26 Nov 2025 20:31:06 +0800 Subject: [PATCH 2/2] Update .asf.yaml --- .asf.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.asf.yaml b/.asf.yaml index 6cd94f54a9ed75..26c899025caa4d 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -48,7 +48,6 @@ github: contexts: - License Check - Clang Formatter - - CheckStyle - P0 Regression (Doris Regression) - NonConcurrent Regression (Doris Regression) - External Regression (Doris External Regression) @@ -75,7 +74,6 @@ github: contexts: - License Check - Clang Formatter - - CheckStyle - Build Broker - Build Third Party Libraries (Linux) - FE UT (Doris FE UT) @@ -97,7 +95,6 @@ github: contexts: - License Check - Clang Formatter - - CheckStyle - Build Broker - Build Third Party Libraries (Linux) - FE UT (Doris FE UT) @@ -119,7 +116,6 @@ github: contexts: - License Check - Clang Formatter - - CheckStyle - Build Broker - Build Third Party Libraries (Linux) - FE UT (Doris FE UT) @@ -141,7 +137,6 @@ github: contexts: - License Check - Clang Formatter - - CheckStyle - Build Broker - Build Third Party Libraries (Linux) - COMPILE (DORIS_COMPILE) @@ -158,7 +153,6 @@ github: strict: false contexts: - License Check - - CheckStyle - P0 Regression (Doris Regression) - External Regression (Doris External Regression) - FE UT (Doris FE UT)