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: