From 3ed52ccb5697067ca268784de3a478c47b831e4e Mon Sep 17 00:00:00 2001 From: Nick Cooke Date: Thu, 11 Sep 2025 11:07:59 -0400 Subject: [PATCH] feat(ci): Run cron jobs on workflow dispatch --- .github/workflows/common_cocoapods_cron.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/common_cocoapods_cron.yml b/.github/workflows/common_cocoapods_cron.yml index afeeec07efe..aa0cf3e0ace 100644 --- a/.github/workflows/common_cocoapods_cron.yml +++ b/.github/workflows/common_cocoapods_cron.yml @@ -48,9 +48,9 @@ on: jobs: cron-job: - # This job is intended to be run on a schedule, on the main repo. - if: github.event_name == 'schedule' && github.repository == 'Firebase/firebase-ios-sdk' - + if: | + github.repository == 'firebase/firebase-ios-sdk' && \ + (github.event_name == 'schedule' || github.event_name == 'workflow_dispatch') runs-on: ${{ inputs.runs_on }} strategy: matrix: