mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-02 16:41:11 +00:00
don't upload logs
This commit is contained in:
8
.github/workflows/check_profiles.yml
vendored
8
.github/workflows/check_profiles.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user