ci: one check run per head #25

Merged
plat merged 1 commit from feat/check-once into main 2026-08-26 01:40:10 +00:00
Owner

push: ["**"] + pull_request ran check and guard-ppt twice for every push on a PR branch (see any prime PR: check (push) and check (pull_request) for the same sha). The isolated runner pool is the crew's critical path; this halves its load. PR branches run on the pull_request event, main on push. The dispatcher looks up check by sha, either event.

`push: ["**"]` + `pull_request` ran check and guard-ppt twice for every push on a PR branch (see any prime PR: `check (push)` and `check (pull_request)` for the same sha). The isolated runner pool is the crew's critical path; this halves its load. PR branches run on the pull_request event, main on push. The dispatcher looks up `check` by sha, either event.
ci: one check per head — pull_request on branches, push on main (was twice per push)
All checks were successful
guard-ppt / no-ppt (pull_request) Successful in 0s
check / check (pull_request) Successful in 37s
preview / preview (pull_request) Successful in 3s
2c02f77b59
plat merged commit f7ddccadcc into main 2026-08-26 01:40:10 +00:00
plat deleted branch feat/check-once 2026-08-26 01:40:10 +00:00
plat referenced this pull request from a commit 2026-08-26 01:40:12 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
open-platform/app-template!25
No description provided.