We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7809eec commit 3aadb40Copy full SHA for 3aadb40
.github/workflows/symbolcollision.yml
@@ -20,7 +20,7 @@ concurrency:
20
jobs:
21
installation-test:
22
# 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'
+ if: github.repository == 'Firebase/firebase-ios-sdk' || github.event_name == 'pull_request'
24
runs-on: macos-15
25
26
steps:
0 commit comments