From 7c71bdc050a5aed6ce4616d9e1d0bc07650df38d Mon Sep 17 00:00:00 2001 From: Nick Cooke <36927374+ncooke3@users.noreply.github.com> Date: Mon, 10 Nov 2025 15:01:56 -0500 Subject: [PATCH] fix: Update firebaseai.yml behavior for forks --- .github/workflows/firebaseai.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/firebaseai.yml b/.github/workflows/firebaseai.yml index d4f2ba1cce1..413ea6d4876 100644 --- a/.github/workflows/firebaseai.yml +++ b/.github/workflows/firebaseai.yml @@ -36,6 +36,7 @@ jobs: setup_command: scripts/update_vertexai_responses.sh testapp-integration: + if: (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request' strategy: matrix: target: [iOS] @@ -90,6 +91,7 @@ jobs: setup_command: scripts/update_vertexai_responses.sh quickstart: + if: (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request' strategy: matrix: include: