Files
fizzy/.github/workflows/ci-oss.yml
T
2025-11-28 15:53:58 +01:00

12 lines
191 B
YAML

name: CI (OSS)
on:
pull_request:
if: github.event.pull_request.head.repo.full_name != github.repository
jobs:
test:
uses: ./.github/workflows/test.yml
with:
saas: false