Skip to content

Commit 601cd1d

Browse files
committed
disable fail-fast in *release
1 parent b9a8211 commit 601cd1d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/prerelease.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)