Skip to content

ci: one run per PR (push only on master) + cancel superseded runs#3

Merged
richiejp merged 1 commit into
masterfrom
ci-fixes
Jun 16, 2026
Merged

ci: one run per PR (push only on master) + cancel superseded runs#3
richiejp merged 1 commit into
masterfrom
ci-fixes

Conversation

@richiejp

Copy link
Copy Markdown
Contributor

The workflow fired on both push and pull_request, so every push to a PR branch
ran the suite twice (two run IDs per SHA). Restrict push to master -- PR branches
are covered by the pull_request event -- and add a concurrency group so a newer
push cancels the previous commit's in-flight run. The parity job is unchanged
(schedule / workflow_dispatch only).

Co-Authored-By: Claude Opus 4.8 (1M context) noreply@anthropic.com

The workflow fired on both push and pull_request, so every push to a PR branch
ran the suite twice (two run IDs per SHA). Restrict push to master -- PR branches
are covered by the pull_request event -- and add a concurrency group so a newer
push cancels the previous commit's in-flight run. The parity job is unchanged
(schedule / workflow_dispatch only).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@richiejp richiejp merged commit c77e22e into master Jun 16, 2026
3 checks passed
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