Skip to content

Commit dbd6270

Browse files
authored
BREAKING CHANGE: The preview build input continue-on-error is now false by default (#608)
1 parent 9d50e9c commit dbd6270

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/preview-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ on:
1919
description: 'Do not fail to publish if build fails'
2020
type: string
2121
required: false
22-
default: 'true'
22+
default: 'false'
2323
path-pattern:
2424
description: 'Path pattern to filter files. Only if changed files match the pattern, the workflow will continue.'
2525
type: string

0 commit comments

Comments
 (0)