Skip to content

Commit

Permalink
Merge pull request #38 from ConorMacBride/update-default-fast-fail
Browse files Browse the repository at this point in the history
Set publish workflow to not fail-fast by default
  • Loading branch information
ConorMacBride authored Apr 6, 2022
2 parents e5b0ec9 + 8c9fe80 commit 821c068
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ on:
fail-fast:
description: Whether to cancel all in-progress jobs if any job fails
required: false
default: true
default: false
type: boolean
submodules:
description: Whether to checkout submodules
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ Required if `upload_to_anaconda` is true.

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

#### submodules
Whether to checkout submodules.
Expand Down

0 comments on commit 821c068

Please sign in to comment.