We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd7d12e commit 34d5ecaCopy full SHA for 34d5eca
.github/workflows/performance.yml
@@ -145,6 +145,7 @@ jobs:
145
path: .build
146
key: ${{ steps.generate_cache_key.outputs.cache_key }}
147
spm:
148
+ # TODO: Remove before merging; triggering CI run.
149
# Don't run on private repo unless it is a PR.
150
if: (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request'
151
needs: [spm-package-resolved]
0 commit comments