This is an automated email from the ASF dual-hosted git repository. jeffreys-cat pushed a commit to branch jeffreys-cat-patch-1 in repository https://gitbox.apache.org/repos/asf/doris-website.git
commit 8f87ab25d89f43e3dbec59108b3d6dd355fc1652 Author: Jeffrey <[email protected]> AuthorDate: Thu May 21 17:18:21 2026 +0800 Disable file size check in PR workflow --- .github/workflows/check-pr-file-sizes.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/check-pr-file-sizes.yml b/.github/workflows/check-pr-file-sizes.yml index 3566092f713..8dcf2bc2344 100644 --- a/.github/workflows/check-pr-file-sizes.yml +++ b/.github/workflows/check-pr-file-sizes.yml @@ -6,6 +6,7 @@ on: jobs: check-file-sizes: + if: false runs-on: ubuntu-latest steps: - name: Checkout PR --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
