Skip to content

[chores] Avoid double CI on tagged commits#2064

Merged
Drarig29 merged 1 commit intomasterfrom
corentin.girard/avoid-double-ci-on-tagged-commit
Jan 21, 2026
Merged

[chores] Avoid double CI on tagged commits#2064
Drarig29 merged 1 commit intomasterfrom
corentin.girard/avoid-double-ci-on-tagged-commit

Conversation

@Drarig29
Copy link
Contributor

@Drarig29 Drarig29 commented Jan 20, 2026

What and why?

This PR ensures we don't waste resources by running ci.yml twice for tagged commits:

image

(Unrelated: those jobs were abnormally long because they were queued for a long time)

How?

Use tags-ignore: '**' and cancel previous CI with a concurrency group

Review checklist

  • Feature or bugfix MUST have appropriate tests (unit, integration)

@Drarig29 Drarig29 added the chores Related to the CI or developer experience label Jan 20, 2026
@Drarig29 Drarig29 requested a review from a team as a code owner January 20, 2026 15:32
@Drarig29 Drarig29 merged commit 25dbab6 into master Jan 21, 2026
28 checks passed
@Drarig29 Drarig29 deleted the corentin.girard/avoid-double-ci-on-tagged-commit branch January 21, 2026 09:49
@TalUsvyatsky TalUsvyatsky mentioned this pull request Jan 21, 2026
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chores Related to the CI or developer experience

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants