don't upload logs

This commit is contained in:
SoftFever
2026-07-02 18:44:45 +08:00
parent 66b3e27af3
commit c7b28565ef

View File

@@ -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: |