Skip to content

fix(ci): add skip-override to package and release jobs#129

Merged
larkly merged 1 commit intomainfrom
fix/release-workflow-skip-v2
Apr 1, 2026
Merged

fix(ci): add skip-override to package and release jobs#129
larkly merged 1 commit intomainfrom
fix/release-workflow-skip-v2

Conversation

@larkly
Copy link
Copy Markdown
Owner

@larkly larkly commented Apr 1, 2026

Summary

The previous fix only added !failure() && !cancelled() to the build job. But GitHub Actions propagates skipped ancestors through the entire needs chain, so package and release also need the same condition.

Test plan

  • Push a tag — all 3 stages (build, package, release) should run

The skipped validate job propagates through the entire needs chain.
Every downstream job needs its own `!failure() && !cancelled()`
condition to override the inherited skip.
@larkly larkly merged commit c0ddb3f into main Apr 1, 2026
2 checks passed
@larkly larkly deleted the fix/release-workflow-skip-v2 branch April 1, 2026 01:05
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