16 lines
257 B
YAML
16 lines
257 B
YAML
name: CI (OSS)
|
|
|
|
on:
|
|
pull_request:
|
|
types: [opened, synchronize]
|
|
|
|
permissions:
|
|
contents: read
|
|
|
|
jobs:
|
|
test:
|
|
if: github.event.pull_request.head.repo.full_name != github.repository
|
|
uses: ./.github/workflows/test.yml
|
|
with:
|
|
saas: false
|