From cd5e8c4b07af8ab92fbd082ed713bf633c16ea85 Mon Sep 17 00:00:00 2001 From: Nick Cooke Date: Thu, 25 Sep 2025 15:06:39 -0400 Subject: [PATCH] fix(ci): Fix env var in cron CocoaPods job --- .github/workflows/common_cocoapods_cron.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/common_cocoapods_cron.yml b/.github/workflows/common_cocoapods_cron.yml index 3fbebc89924..1857dfdf52f 100644 --- a/.github/workflows/common_cocoapods_cron.yml +++ b/.github/workflows/common_cocoapods_cron.yml @@ -46,14 +46,11 @@ on: required: false default: "macos-15" -env: - FIREBASE_CI: true - jobs: cron-job: if: | github.repository == 'firebase/firebase-ios-sdk' && - (github.event_name == 'schedule' || github.event_name == 'workflow_dispatch') + (github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch') runs-on: ${{ inputs.runs_on }} strategy: matrix: