mise-action/.github/workflows
jdx a407fefef5
ci: add final job to aggregate build-test results (#438)
## Summary
- Add a `final` job to the build-test workflow that depends on all other
jobs
- Fails if any upstream job failed or was skipped
- Provides a single required status check for branch protection

## Test plan
- [ ] `final` job passes when all other jobs pass
- [ ] `final` job fails when any upstream job fails

🤖 Generated with [Claude Code](https://claude.com/claude-code)

<!-- CURSOR_SUMMARY -->
---

> [!NOTE]
> **Low Risk**
> Low risk: workflow-only change that adds a single aggregator job and
doesn’t affect production code paths. Main risk is misconfiguring branch
protection expectations if the `final` job logic/conditions are wrong.
> 
> **Overview**
> Adds a `final` GitHub Actions job to the `build-test` workflow that
depends on all other jobs and runs with `if: always()`.
> 
> The `final` job fails the workflow if any upstream job result is
`failure`, `cancelled`, or `skipped`, enabling a single required status
check for branch protection.
> 
> <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit
45ecee53a1. Bugbot is set up for automated
code reviews on this repo. Configure
[here](https://www.cursor.com/dashboard/bugbot).</sup>
<!-- /CURSOR_SUMMARY -->

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-11 18:55:37 +00:00
..
autofix.yml chore(deps): update actions/setup-node digest to 53b8394 (#396) 2026-03-13 05:08:22 +00:00
check-dist.yml chore(deps): update actions/upload-artifact digest to 043fb46 (#434) 2026-04-10 20:53:39 +00:00
ci.yml chore(deps): update actions/setup-node digest to 53b8394 (#396) 2026-03-13 05:08:22 +00:00
codeql-analysis.yml chore(deps): update github/codeql-action action to v4 (#430) 2026-04-11 15:47:12 +00:00
pr-closer.yml ci: add workflow to auto-close stale PRs (#409) 2026-03-22 11:02:34 -05:00
release-plz.yml chore(deps): update jdx/mise-action action to v4 (#431) 2026-04-10 17:46:00 +00:00
release.yml chore(deps): update jdx/mise-action action to v4 (#431) 2026-04-10 17:46:00 +00:00
semantic-pr-lint.yml chore(deps): update amannn/action-semantic-pull-request action to v6 (#426) 2026-04-11 16:08:28 +00:00
test-redacted-env.yml chore(deps): update actions/checkout digest to de0fac2 (#374) 2026-02-06 07:26:12 -06:00
test.yml ci: add final job to aggregate build-test results (#438) 2026-04-11 18:55:37 +00:00