From 25d14cfcce2d8d5ead932144ca69b3fc47d22f16 Mon Sep 17 00:00:00 2001 From: Paul Beusterien Date: Wed, 7 May 2025 08:58:35 -0700 Subject: [PATCH] [firebaseai] Fix SPM build for pre-released analytics --- .github/workflows/firebaseai.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/firebaseai.yml b/.github/workflows/firebaseai.yml index 5b95aeb30..2759b961b 100644 --- a/.github/workflows/firebaseai.yml +++ b/.github/workflows/firebaseai.yml @@ -4,6 +4,7 @@ on: pull_request: paths: - 'firebaseai/**' + - '.github/workflows/firebaseai.yml' schedule: # Run every day at 11pm (PST) - cron uses UTC times - cron: '0 7 * * *' @@ -15,6 +16,7 @@ concurrency: env: SAMPLE: FirebaseAI + FIREBASECI_USE_LATEST_GOOGLEAPPMEASUREMENT: 1 jobs: spm: