CI config changed to only upload files from first job

This commit is contained in:
Nicolas 2025-05-13 10:26:56 +02:00
parent d9fbe49bcf
commit 2bb4e55dd0
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ jobs:
- name: Upload rendered files - name: Upload rendered files
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
if: strategy.job-index == 0
with: with:
name: rendering-results name: rendering-results
path: tests/out/test_*_render* path: tests/out/test_*_render*