Remove saas from matrix or it will always run
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user