From 04ed3817423caf3b9b4c6b6012761b07a1e570c2 Mon Sep 17 00:00:00 2001 From: Mike Dalessio Date: Fri, 28 Nov 2025 15:21:12 -0500 Subject: [PATCH] update pipelines --- .github/workflows/ci-oss.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-oss.yml b/.github/workflows/ci-oss.yml index 7ccd00bf7..f6f490f34 100644 --- a/.github/workflows/ci-oss.yml +++ b/.github/workflows/ci-oss.yml @@ -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