update pipelines

This commit is contained in:
Mike Dalessio
2025-11-28 15:21:12 -05:00
parent f116046dd5
commit 04ed381742
+2 -1
View File
@@ -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