From f3a811ecb02725a545c2db26dfa9f5f2720d6235 Mon Sep 17 00:00:00 2001 From: Jan Calanog Date: Tue, 25 Feb 2025 17:07:34 +0100 Subject: [PATCH] BREAKING CHANGE: The preview build input `continue-on-error` is now `false` by default --- .github/workflows/preview-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/preview-build.yml b/.github/workflows/preview-build.yml index 20a145591..79a057db2 100644 --- a/.github/workflows/preview-build.yml +++ b/.github/workflows/preview-build.yml @@ -19,7 +19,7 @@ on: description: 'Do not fail to publish if build fails' type: string required: false - default: 'true' + default: 'false' path-pattern: description: 'Path pattern to filter files. Only if changed files match the pattern, the workflow will continue.' type: string