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'