Remove saas from matrix or it will always run
This commit is contained in:
@@ -2,6 +2,7 @@ name: CI (OSS)
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
if: github.event.pull_request.head.repo.full_name != github.repository
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -22,9 +22,6 @@ jobs:
|
||||
db_adapter: sqlite
|
||||
- mode: MySQL
|
||||
db_adapter: mysql
|
||||
- mode: SaaS
|
||||
db_adapter: mysql
|
||||
saas: ${{ inputs.saas }}
|
||||
|
||||
services:
|
||||
mysql:
|
||||
|
||||
Reference in New Issue
Block a user