From 68bb4a84e23c51eb3b2cff66fa0c23fa82d9f340 Mon Sep 17 00:00:00 2001 From: Jorge Manrubia Date: Tue, 25 Nov 2025 15:00:56 +0100 Subject: [PATCH] Rename --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5f207f3db..7984fca66 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: Reusable CI +name: Common CI on: workflow_call: @@ -58,7 +58,6 @@ jobs: db_adapter: sqlite - mode: MySQL db_adapter: mysql - # Only include SaaS if requested - mode: SaaS db_adapter: mysql saas: ${{ inputs.saas }}