mirror of https://github.com/Nonannet/pyladoc.git
CI config changed to only upload files from first job
This commit is contained in:
parent
d9fbe49bcf
commit
2bb4e55dd0
|
@ -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*
|
||||||
|
|
Loading…
Reference in New Issue