File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -256,6 +256,7 @@ jobs:
256256 # Don't run on private repo unless it is a PR.
257257 if : (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'workflow_dispatch' || github.event_name == 'pull_request'
258258 strategy :
259+ fail-fast : false
259260 matrix :
260261 include :
261262 - product : performance
Original file line number Diff line number Diff line change @@ -159,6 +159,7 @@ jobs:
159159 # Don't run on private repo unless it is a PR.
160160 if : (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'workflow_dispatch' || github.event_name == 'pull_request'
161161 strategy :
162+ fail-fast : false
162163 matrix :
163164 include :
164165 - product : performance
You can’t perform that action at this time.
0 commit comments