Skip to content

Commit 9625b52

Browse files
committed
ci(build): subir artifact solo en 3.12 para evitar 409 en matriz
1 parent 2077f93 commit 9625b52

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
@@ -58,6 +58,7 @@ jobs:
5858
poetry run python -m diff_risk_dashboard.cli examples/sample_apv.json -f md -o _intel/report.md
5959
ls -l _intel/report.md && head -n 5 _intel/report.md
6060
- name: Upload sample report
61+
if: matrix.python-version == '3.12'
6162
if: matrix.python-version == '3.12'
6263
if: always()
6364
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)