From a9e5c687b8c99b84c21f704d3259c3620de4ab29 Mon Sep 17 00:00:00 2001 From: Chris Coutinho Date: Mon, 2 Mar 2026 11:27:37 +0100 Subject: [PATCH] ci: Ignore oauth and multi-user-basic in integration testing matrix to reduce github ci usage --- .github/workflows/test.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index db13d78..2e55b07 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -36,7 +36,11 @@ jobs: fail-fast: false matrix: nextcloud_version: ["31", "32", "33"] - mode: ["single-user", "multi-user-basic", "oauth", "login-flow"] + mode: + - "single-user" + #- "multi-user-basic" + #- "oauth" + - "login-flow" include: # Version-specific image pins — Renovate updates these via customManagers # renovate: datasource=docker depName=docker.io/library/nextcloud