Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .github/CI_VALIDATION_PR.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# CI validation PR

This branch exists only to keep a PR open against `main` so that
`pull_request`-triggered checks (CI, and anything chained off it via
`workflow_run`) can be observed running for real.

Workflow:
- Real changes land on `main` directly (fast feedback, no PR round-trip).
- After each push to `main`, this branch gets rebased onto the new tip and
force-pushed, keeping this PR's diff to just this file.
- Do not merge this PR.
Loading