Skip to content

[ci] Run one workflow per commit - #10

Merged
drewbabel merged 1 commit into
mainfrom
ci-dedupe
Aug 10, 2026
Merged

[ci] Run one workflow per commit#10
drewbabel merged 1 commit into
mainfrom
ci-dedupe

Conversation

@drewbabel

Copy link
Copy Markdown
Owner

Every push to a branch with an open pull request started two identical workflow runs, one for the push event and one for the pull request event, and the checks list on a pull request showed both. The gate from one run could report green while the other run was still executing, which made the overall status misleading. The workflow now runs on pull requests and on pushes to main only, giving each commit exactly one run and one authoritative set of checks.

@drewbabel
drewbabel merged commit 031ad19 into main Aug 10, 2026
2 checks passed
@drewbabel
drewbabel deleted the ci-dedupe branch August 10, 2026 21:24
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