Skip to content

Avoid duplicate CI runs on the merge queue - #2921

Merged
NSeydoux merged 1 commit into
mainfrom
fix/merge-queue-duplicate-runs
Sep 18, 2026
Merged

NSeydoux merged 1 commit into
mainfrom
fix/merge-queue-duplicate-runs

Conversation

@NSeydoux

Copy link
Copy Markdown
Contributor

Pushing the merge queue branch emits both a push and a merge_group event, so CI ran twice on the same commit. That caused a failure due to concurrency groups cancelling one of the runs. This replaces the push trigger with pull_request, so that the event is not fired in the merge queue. This way, CI runs only once.

Pushing the merge queue branch emits both a `push` and a `merge_group` event, so CI ran twice on the same commit. That caused a failure due to concurrency groups cancelling one of the runs. This replaces the `push` trigger with `pull_request`, so that the event is not fired in the merge queue. This way, CI runs only once.
@NSeydoux
NSeydoux requested a review from a team as a code owner September 18, 2026 08:42
@NSeydoux
NSeydoux enabled auto-merge September 18, 2026 08:58
@NSeydoux
NSeydoux added this pull request to the merge queue Sep 18, 2026
Merged via the queue into main with commit 8ad1f44 Sep 18, 2026
17 checks passed
@NSeydoux
NSeydoux deleted the fix/merge-queue-duplicate-runs branch September 18, 2026 09:01
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.

2 participants