Skip to content

ci: scope push trigger to main (kill duplicate PR-branch runs)#23

Open
Jepson2k wants to merge 1 commit into
mainfrom
fix/ci-scope-push-to-main
Open

ci: scope push trigger to main (kill duplicate PR-branch runs)#23
Jepson2k wants to merge 1 commit into
mainfrom
fix/ci-scope-push-to-main

Conversation

@Jepson2k

Copy link
Copy Markdown
Collaborator

Scopes the push CI trigger to main only.

push fired on every branch (paths: ['**'], no branch filter), so each push to a PR branch spawned a redundant push run alongside the pull_request run. When a fix needed a re-run, only one of the twins got re-run and the PR stayed red (this bit #20 and #21). pull_request already covers PR branches; push on main still verifies post-merge.

🤖 Generated with Claude Code

push fired on every branch, so each push to a PR branch spawned a redundant
run alongside pull_request — the source of the 'fixed it, re-ran one run, the
twin is still red' churn on #20/#21. pull_request already covers PR branches.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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