From 185e2c42aace484a9e99b535ac125f8ed91498be Mon Sep 17 00:00:00 2001 From: Nick Cooke <36927374+ncooke3@users.noreply.github.com> Date: Fri, 2 Jan 2026 13:12:17 -0500 Subject: [PATCH] infra: Broaden symbolcollision.yml workflow triggers --- .github/workflows/symbolcollision.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/symbolcollision.yml b/.github/workflows/symbolcollision.yml index 169cbde9037..816d2f0dd03 100644 --- a/.github/workflows/symbolcollision.yml +++ b/.github/workflows/symbolcollision.yml @@ -20,7 +20,7 @@ concurrency: jobs: installation-test: # 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 == 'pull_request' runs-on: macos-15 steps: