From 7c782881ac53871e65f1fc1f7397409295b7040f Mon Sep 17 00:00:00 2001 From: CoderDeltaLan Date: Sun, 14 Sep 2025 20:02:53 +0100 Subject: [PATCH] =?UTF-8?q?ci(build):=20evitar=20409;=20subir=20artefacto?= =?UTF-8?q?=20s=C3=B3lo=20en=20py3.12?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 64d51ba..2bceac6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -61,6 +61,7 @@ jobs: poetry run python -m diff_risk_dashboard.cli examples/sample_apv.json -f md -o _intel/report.md ls -l _intel/report.md && head -n 5 _intel/report.md - name: Upload sample report + if: matrix.python-version == '3.12' if: always() uses: actions/upload-artifact@v4 with: