From 65c698685ee5f805b85996904a464b9c4e1e7ecf Mon Sep 17 00:00:00 2001 From: "bonk[bot]" Date: Tue, 10 Feb 2026 09:01:56 -0500 Subject: [PATCH] add workflow concurrency config --- .github/workflows/bonk.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/bonk.yml b/.github/workflows/bonk.yml index c2f6976..f3f9a46 100644 --- a/.github/workflows/bonk.yml +++ b/.github/workflows/bonk.yml @@ -6,6 +6,10 @@ on: pull_request_review_comment: types: [created] +concurrency: + group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.event.issue.number || github.ref }} + cancel-in-progress: false + jobs: bonk: if: github.event.sender.type != 'Bot'