Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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