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 2cbbb9d commit 6863092Copy full SHA for 6863092
.github/workflows/release.yml
@@ -159,7 +159,7 @@ jobs:
159
# Don't run on private repo unless it is a PR.
160
if: (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'workflow_dispatch' || github.event_name == 'pull_request'
161
strategy:
162
- # fail-fast: false
+ fail-fast: false
163
matrix:
164
include:
165
- product: performance
0 commit comments