Skip to content

Commit 7c78288

Browse files
committed
ci(build): evitar 409; subir artefacto sólo en py3.12
1 parent 29056ec commit 7c78288

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ jobs:
6161
poetry run python -m diff_risk_dashboard.cli examples/sample_apv.json -f md -o _intel/report.md
6262
ls -l _intel/report.md && head -n 5 _intel/report.md
6363
- name: Upload sample report
64+
if: matrix.python-version == '3.12'
6465
if: always()
6566
uses: actions/upload-artifact@v4
6667
with:

0 commit comments

Comments
 (0)