diff --git a/.github/workflows/review-checklist.yml b/.github/workflows/review-checklist.yml index 4896573..cbdad94 100644 --- a/.github/workflows/review-checklist.yml +++ b/.github/workflows/review-checklist.yml @@ -5,6 +5,10 @@ on: pull_request_target: types: [opened, review_requested] +concurrency: + group: ${{ github.ref }} + cancel-in-progress: false + jobs: review-checklist: name: Review Checklist