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
+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