From 431fa6b060b943b67e9a30167fa731ec99e326cd Mon Sep 17 00:00:00 2001 From: Andrew Heard Date: Thu, 14 Nov 2024 10:51:22 -0500 Subject: [PATCH] Allow running cocoapods-integration.tests with workflow_dispatch --- .github/workflows/cocoapods-integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cocoapods-integration.yml b/.github/workflows/cocoapods-integration.yml index bd82129d66f..465bb9002eb 100644 --- a/.github/workflows/cocoapods-integration.yml +++ b/.github/workflows/cocoapods-integration.yml @@ -17,7 +17,7 @@ concurrency: jobs: tests: # Don't run on private repo unless it is a PR. - if: (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request' + if: (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch' runs-on: macos-14 steps: