This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git
commit c8be73934d1a63f33ed4e79fd4c9d436da21af26 Author: Dongyang Li <[email protected]> AuthorDate: Sat Jan 20 23:07:15 2024 +0800 [fix](ci) remove required of performance (#30185) encounter this issue: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/troubleshooting-required-status-checks#required-status-checks-from-unexpected-sources --- .asf.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.asf.yaml b/.asf.yaml index 3633289db79..cc730103843 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -57,7 +57,6 @@ github: - External Regression (Doris External Regression) - FE UT (Doris FE UT) - BE UT (Doris BE UT) - - performance (Performance New) - Build Broker - Build Documents - ShellCheck @@ -93,7 +92,6 @@ github: - External Regression (Doris External Regression) - FE UT (Doris FE UT) - BE UT (Doris BE UT) - - performance (Performance New) - Build Broker - ShellCheck - Build Documents --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
