Skip to content

chore: disable fail-fast on deploy matrix#452

Merged
stackptr merged 1 commit intomainfrom
chore/deploy-fail-fast
Apr 16, 2026
Merged

chore: disable fail-fast on deploy matrix#452
stackptr merged 1 commit intomainfrom
chore/deploy-fail-fast

Conversation

@stackptr
Copy link
Copy Markdown
Owner

@stackptr stackptr commented Apr 16, 2026

GitHub Actions matrix strategies default to fail-fast: true, which cancels all in-progress jobs when any single job fails. This means a failed deploy to one host would abort deploys to other hosts mid-flight.

Set fail-fast: false on the deploy job so each host deploys independently — a failure on spore won't prevent glyph or zeta from completing.

Verify

Trigger a deploy with workflow_dispatchall and confirm all three host jobs run to completion regardless of individual job outcomes.

Copy link
Copy Markdown
Owner Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

@stackptr stackptr marked this pull request as ready for review April 16, 2026 15:51
@stackptr stackptr merged commit 8ff8579 into main Apr 16, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant