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 d739329 commit d620e4eCopy full SHA for d620e4e
.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
@@ -191,6 +191,7 @@ jobs:
191
- uses: actions/checkout@v4
192
with:
193
fetch-tags: true
194
+ fetch-depth: 0
195
- name: Set Xcode version
196
run: sudo xcode-select -s /Applications/Xcode_16.4.app
197
- uses: ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 # v1
0 commit comments