From 49cacb331f748ea0ffc9d98fdcb6fa9f1b0cab20 Mon Sep 17 00:00:00 2001 From: skulidropek <66840575+skulidropek@users.noreply.github.com> Date: Tue, 24 Mar 2026 21:32:30 +0000 Subject: [PATCH] ci: do not cancel entire release workflow when one package has no changes --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 23d9b1ed..44d43b6b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,7 @@ jobs: publish_npm: true publish_github_packages: true skip_if_unchanged: true - cancel_on_no_changes: true + cancel_on_no_changes: false release-spawndock-runtime: if: github.event.workflow_run.conclusion == 'success' @@ -51,4 +51,4 @@ jobs: publish_npm: true publish_github_packages: true skip_if_unchanged: true - cancel_on_no_changes: true + cancel_on_no_changes: false