Skip to content

Commit 821c068

Browse files
Merge pull request #38 from ConorMacBride/update-default-fast-fail
Set publish workflow to not fail-fast by default
2 parents e5b0ec9 + 8c9fe80 commit 821c068

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ on:
5454
fail-fast:
5555
description: Whether to cancel all in-progress jobs if any job fails
5656
required: false
57-
default: true
57+
default: false
5858
type: boolean
5959
submodules:
6060
description: Whether to checkout submodules

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ Required if `upload_to_anaconda` is true.
297297

298298
#### fail-fast
299299
Whether to cancel all in-progress jobs if any job fails.
300-
Default is `true`.
300+
Default is `false`.
301301

302302
#### submodules
303303
Whether to checkout submodules.

0 commit comments

Comments
 (0)