Skip to content

ci: run python matrix on every PR for required-check safety#507

Merged
creatornader merged 2 commits into
mainfrom
ci/python-matrix-always-on-prs
Jul 14, 2026
Merged

ci: run python matrix on every PR for required-check safety#507
creatornader merged 2 commits into
mainfrom
ci/python-matrix-always-on-prs

Conversation

@creatornader

Copy link
Copy Markdown
Owner

Enables the operator-approved required-checks addition of test (3.10) / test (3.12): a path-filtered workflow never produces those contexts on PRs that skip python surfaces, so making them required deadlocks such PRs (discovered live on #506, temporarily unblocked by dropping the contexts). This removes the pull_request paths filter (push keeps its filter); the contexts get re-added to protection after this merges.

The test (3.10) / test (3.12) contexts are being added to required
status checks; a path-filtered workflow never produces them on PRs that
skip python surfaces, which blocks those PRs forever. The push trigger
keeps its path filter; PR runs are cheap (the suite is under a minute).
@creatornader
creatornader enabled auto-merge (squash) July 14, 2026 08:35
@creatornader
creatornader merged commit bca9b14 into main Jul 14, 2026
14 checks passed
@creatornader
creatornader deleted the ci/python-matrix-always-on-prs branch July 14, 2026 10:43
creatornader added a commit that referenced this pull request Jul 14, 2026
Merge queues run required checks on the merge_group event; a workflow
without that trigger never reports, so the queue would stall exactly the
way path-filtered required checks stalled PRs (#507's lesson). CodeQL
runs default setup, which handles merge groups natively.
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