mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-27 21:02:23 +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}"
|
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
|
- name: Prepare PR number for comment workflow
|
||||||
if: ${{ always() && github.event_name == 'pull_request' }}
|
if: ${{ always() && github.event_name == 'pull_request' }}
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user