update pipelines
This commit is contained in:
@@ -2,10 +2,11 @@ name: CI (OSS)
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
if: github.event.pull_request.head.repo.full_name != github.repository
|
types: [opened, synchronize]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
if: github.event.pull_request.head.repo.full_name != github.repository
|
||||||
uses: ./.github/workflows/test.yml
|
uses: ./.github/workflows/test.yml
|
||||||
with:
|
with:
|
||||||
saas: false
|
saas: false
|
||||||
|
|||||||
Reference in New Issue
Block a user