Merge pull request #1757 from basecamp/flavorjones/ci-fix-oss-syntax

ci-oss.yml: Move the `if` to inside the jobs block
This commit is contained in:
Mike Dalessio
2025-11-28 15:47:36 -05:00
committed by GitHub
+2 -1
View File
@@ -2,10 +2,11 @@ name: CI (OSS)
on:
pull_request:
if: github.event.pull_request.head.repo.full_name != github.repository
types: [opened, synchronize]
jobs:
test:
if: github.event.pull_request.head.repo.full_name != github.repository
uses: ./.github/workflows/test.yml
with:
saas: false