From dc17bc7852e3c4f9d1a92cf8a7596fbaa4369a25 Mon Sep 17 00:00:00 2001 From: eikek <701128+eikek@users.noreply.github.com> Date: Thu, 9 Jan 2025 14:05:55 +0100 Subject: [PATCH] Make job group name unique (#260) Otherwise it is confused with the ci job --- .github/workflows/auto-approve.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-approve.yml b/.github/workflows/auto-approve.yml index 6ae70b07..687606bb 100644 --- a/.github/workflows/auto-approve.yml +++ b/.github/workflows/auto-approve.yml @@ -4,7 +4,7 @@ on: pull_request_target concurrency: - group: ci-${{ github.event.pull_request.number || github.ref }} + group: auto-approve-${{ github.event.pull_request.number || github.ref }} cancel-in-progress: true jobs: