From 0adc2b0956c2de107bbf3b0329b5b7450a1d07e4 Mon Sep 17 00:00:00 2001 From: Marc Jakobi Date: Mon, 5 Feb 2024 20:41:35 +0100 Subject: [PATCH] ci: add concurrency key to review checklist action --- .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 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