From c7b28565ef0a406969bfaffc071be6704b23898d Mon Sep 17 00:00:00 2001 From: SoftFever Date: Thu, 2 Jul 2026 18:44:45 +0800 Subject: [PATCH] don't upload logs --- .github/workflows/check_profiles.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/check_profiles.yml b/.github/workflows/check_profiles.yml index 9c0a60d741..30a019486f 100644 --- a/.github/workflows/check_profiles.yml +++ b/.github/workflows/check_profiles.yml @@ -159,14 +159,6 @@ jobs: exit "${status}" - - name: Upload custom preset validation logs - if: ${{ always() }} - uses: actions/upload-artifact@v7 - with: - name: custom-preset-validation-logs - path: ${{ runner.temp }}/custom-preset-validation/ - retention-days: 7 - - name: Prepare PR number for comment workflow if: ${{ always() && github.event_name == 'pull_request' }} run: |