From 4226970d233041d7ba2b1264f5866a551cf9ac58 Mon Sep 17 00:00:00 2001 From: Marc Jakobi Date: Mon, 5 Feb 2024 20:48:33 +0100 Subject: [PATCH] ci: add concurrency key to review checklist action (#136) --- .github/workflows/review-checklist.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/review-checklist.yml b/.github/workflows/review-checklist.yml index b37848b7..37183d22 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