From 0df12995edfa7a9decc3c287d8ff763b0a7ac3a1 Mon Sep 17 00:00:00 2001 From: Fran Mulero Date: Mon, 16 Jan 2023 12:30:16 +0100 Subject: [PATCH] [bitnami/containers] Avoid concurrency over the same PR (#19995) Signed-off-by: Fran Mulero --- .github/workflows/ci-pipeline.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index c95378bb85eb..a6d8a021f645 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -15,6 +15,9 @@ env: CSP_API_URL: https://console.cloud.vmware.com CSP_API_TOKEN: ${{ secrets.CSP_API_TOKEN }} VIB_PUBLIC_URL: https://cp.bromelia.vmware.com +# Avoid concurrency over the same PR +concurrency: + group: ${{ github.workflow }}-${{ github.event.pull_request.number }} jobs: get-containers: runs-on: ubuntu-latest