Skip to content

Commit 3aadb40

Browse files
authored
infra: Broaden symbolcollision.yml workflow triggers (#15657)
1 parent 7809eec commit 3aadb40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/symbolcollision.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ concurrency:
2020
jobs:
2121
installation-test:
2222
# Don't run on private repo unless it is a PR.
23-
if: (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request'
23+
if: github.repository == 'Firebase/firebase-ios-sdk' || github.event_name == 'pull_request'
2424
runs-on: macos-15
2525

2626
steps:

0 commit comments

Comments
 (0)