From db62ba078f871b7788b1ff1c1270c803314ed4a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoni=20Nu=C3=B1ez=20Romeu?= Date: Thu, 16 Jul 2026 18:31:42 +0200 Subject: [PATCH] chore(ci): disable pip-platform tests temporarily (broken until fixed) --- .gitea/workflows/docker.yaml | 2 +- .gitea/workflows/test-branches.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/docker.yaml b/.gitea/workflows/docker.yaml index e7fad37..71ede82 100644 --- a/.gitea/workflows/docker.yaml +++ b/.gitea/workflows/docker.yaml @@ -79,7 +79,7 @@ jobs: test-pip-platform: name: Pip Platform Tests needs: detect-changes - if: needs.detect-changes.outputs.pip-platform == 'true' + if: false && needs.detect-changes.outputs.pip-platform == 'true' runs-on: ubuntu-latest timeout-minutes: 15 services: diff --git a/.gitea/workflows/test-branches.yaml b/.gitea/workflows/test-branches.yaml index 44d11d4..0081115 100644 --- a/.gitea/workflows/test-branches.yaml +++ b/.gitea/workflows/test-branches.yaml @@ -119,7 +119,7 @@ jobs: test-pip-platform: name: PIP Platform Tests needs: detect-changes - if: needs.detect-changes.outputs.pip-platform == 'true' + if: false && needs.detect-changes.outputs.pip-platform == 'true' runs-on: ubuntu-latest timeout-minutes: 15 services: