Remove saas from matrix or it will always run

This commit is contained in:
Jorge Manrubia
2025-11-27 08:42:26 +01:00
parent 15e654b526
commit e15c4987c1
3 changed files with 8 additions and 4 deletions
+1
View File
@@ -2,6 +2,7 @@ name: CI (OSS)
on:
pull_request:
if: github.event.pull_request.head.repo.full_name != github.repository
jobs:
test:
+7 -1
View File
@@ -4,7 +4,13 @@ on:
push:
jobs:
test:
test_oss:
name: Test (OSS)
uses: ./.github/workflows/test.yml
with:
saas: false
test_saas:
name: Test (SaaS)
uses: ./.github/workflows/test.yml
with:
saas: true
-3
View File
@@ -22,9 +22,6 @@ jobs:
db_adapter: sqlite
- mode: MySQL
db_adapter: mysql
- mode: SaaS
db_adapter: mysql
saas: ${{ inputs.saas }}
services:
mysql: