From 90b1cdd2de0a779a5312d359609272fde02a2e16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Val=C3=A9rian=20Rey?= Date: Fri, 6 Mar 2026 14:11:00 +0100 Subject: [PATCH] Fix title-formatter concurrency --- .github/workflows/title-formatter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/title-formatter.yml b/.github/workflows/title-formatter.yml index 97503a97..4c564172 100644 --- a/.github/workflows/title-formatter.yml +++ b/.github/workflows/title-formatter.yml @@ -5,7 +5,7 @@ on: types: [opened, edited, reopened, labeled, unlabeled, synchronize] concurrency: - group: ${{ github.workflow }}-${{ github.ref }} + group: ${{ github.workflow }}-${{ github.event.pull_request.number }} cancel-in-progress: true jobs: