TEMP: advance labelled distance-matrix port after #1316 - #1342
Conversation
* refactor(tests): finish pytest-owned suite architecture * fix(tests): include exhaustive lane in full CI reproduction * fix(ci): avoid full benchmarks for root Makefile changes * fix(ci): release superseded runs before aggregate gates
Refresh #1299 after the pytest-owned test-architecture cut without changing its declaration-owned runtime seam.
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
f35ef41
into
agent/port-distance-matrix-labels-v2
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 6a97690771
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| name: required | ||
| if: ${{ always() }} | ||
| needs: [static, python, boundaries, wheel, coverage, lean, optional-providers] | ||
| if: ${{ always() && !cancelled() }} |
There was a problem hiding this comment.
Keep the required gate active after cancellation
When the latest PR workflow is manually cancelled, this condition skips the required job instead of running its fail-closed result checks; the three branch-protection mirror jobs below are skipped for the same reason. GitHub treats a skipped required status check as satisfying branch protection, so a cancelled run can appear mergeable without successful static, Python, boundary, wheel, or coverage evidence. Retain always() for these aggregation jobs so cancellation is projected as a failing check rather than a skipped one.
Useful? React with 👍 / 👎.
Temporary stack synchronization. Merge the latest #1299 base into #1293 only if conflict-free.