Skip to content

Commit 49cacb3

Browse files
committed
ci: do not cancel entire release workflow when one package has no changes
1 parent c1b2907 commit 49cacb3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
publish_npm: true
3232
publish_github_packages: true
3333
skip_if_unchanged: true
34-
cancel_on_no_changes: true
34+
cancel_on_no_changes: false
3535

3636
release-spawndock-runtime:
3737
if: github.event.workflow_run.conclusion == 'success'
@@ -51,4 +51,4 @@ jobs:
5151
publish_npm: true
5252
publish_github_packages: true
5353
skip_if_unchanged: true
54-
cancel_on_no_changes: true
54+
cancel_on_no_changes: false

0 commit comments

Comments
 (0)