From a9050c54d161e34400b86dd424aacdc2555f47da Mon Sep 17 00:00:00 2001 From: Martijn Laarman Date: Wed, 20 Aug 2025 11:56:43 +0200 Subject: [PATCH] Disable integration tests in CI workflow --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 610166de6..76cf56c8c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -98,6 +98,7 @@ jobs: integration: runs-on: docs-builder-latest-16 + if: false steps: - uses: actions/checkout@v4