From 7c782881ac53871e65f1fc1f7397409295b7040f Mon Sep 17 00:00:00 2001 From: CoderDeltaLan Date: Sun, 14 Sep 2025 20:02:53 +0100 Subject: [PATCH 1/2] =?UTF-8?q?ci(build):=20evitar=20409;=20subir=20artefa?= =?UTF-8?q?cto=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: From 4436e7619a4a96ebce3963d16459386920516650 Mon Sep 17 00:00:00 2001 From: CoderDeltaLan Date: Sun, 14 Sep 2025 20:12:07 +0100 Subject: [PATCH 2/2] ci(build): solo main/PR + manual; evitar ruido en ramas ci/* --- .github/workflows/build.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2bceac6..06ab6da 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,11 +2,10 @@ name: CI / build on: push: - branches: [ main ] + branches: [main] pull_request: - branches: [ main ] + branches: [main] workflow_dispatch: - permissions: contents: read