Files
fizzy/.github/workflows/ci-oss.yml
T
2025-11-28 15:40:24 -05:00

13 lines
226 B
YAML

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