From 951bc8cae269e5ea7d8bc4cb97c07b3f56b15cf1 Mon Sep 17 00:00:00 2001 From: Phil Lee Date: Fri, 25 Nov 2022 12:00:03 +0000 Subject: [PATCH] limit review pipeline to single concurrency --- .github/workflows/review_pipeline.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/review_pipeline.yml b/.github/workflows/review_pipeline.yml index 90d7b3b44..22f99afde 100644 --- a/.github/workflows/review_pipeline.yml +++ b/.github/workflows/review_pipeline.yml @@ -1,5 +1,7 @@ name: Review app pipeline +concurrency: ${{ github.workflow }}-${{ github.event.pull_request.number }} + on: pull_request: types: